#~~syntax:makefile

MKMAN = no
KMOD  = rpldev_mod
SRCS  = rpldev.c

.include <bsd.kmod.mk>

CFLAGS += -Wno-pointer-arith -Wall

#<<eof>>
