mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
17 lines
221 B
Makefile
17 lines
221 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
ATF_TESTS_C= fileargs_test
|
|
|
|
CFLAGS+= -I${SRCTOP}/tests
|
|
|
|
.if ${MK_CASPER} != "no"
|
|
LIBADD+= casper
|
|
LIBADD+= cap_fileargs
|
|
CFLAGS+=-DWITH_CASPER
|
|
.endif
|
|
LIBADD+= nv
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.test.mk>
|