1 2PACKAGE= tests 3 4SYSDIR?=${SRCTOP}/sys 5.include "${SYSDIR}/conf/kern.opts.mk" 6 7.PATH: ${SYSDIR}/tests 8 9KMOD= ktest_example 10SRCS= ktest_example.c 11SRCS+= opt_netlink.h 12 13.include <bsd.kmod.mk> 14