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