# -*- Makefile -*-

KMOD = rpldev
SRCS = rpldev.c

.include <bsd.kmod.mk>
CFLAGS += -funit-at-a-time -Wno-pointer-arith -Wall
