mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
|
|
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>
|