mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
13 lines
175 B
Makefile
13 lines
175 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
ATF_TESTS_C= netdb_test
|
|
|
|
.if ${MK_CASPER} != "no"
|
|
LIBADD+= casper
|
|
LIBADD+= cap_netdb
|
|
CFLAGS+=-DWITH_CASPER
|
|
.endif
|
|
LIBADD+= nv
|
|
|
|
.include <bsd.test.mk>
|