1
2SYSDIR?=${SRCTOP}/sys
3.include "${SYSDIR}/conf/kern.opts.mk"
4
5KMOD=	ng_checksum
6SRCS= 	ng_checksum.c opt_inet.h opt_inet6.h
7
8.include <bsd.kmod.mk>
9