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