aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tests/fib_lookup/Makefile
blob: 7d6198396911e4111e2730db3ea93c7ead8c56c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"

.PATH: ${SYSDIR}/tests/fib_lookup

KMOD=	test_lookup
SRCS=	opt_inet.h opt_inet6.h fib_lookup.c

.include <bsd.kmod.mk>