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