xref: /freebsd/sys/modules/tests/fib_lookup/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
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