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