f1c010d9f9
Approved by: oshogbo Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D2834
19 lines
233 B
Makefile
19 lines
233 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|