BINDIR= /tmp 
SRCS= main.c 
KMOD= cain_mod
NOMAN= none

CLEANFILES+= ${KMOD}

.include <bsd.kmod.mk>

