freebsd-dev/usr.sbin/praudit/Makefile
Brooks Davis 73734d6eb1 Add missing includes of src.opts.mk
Without this "SUBDIR.${MK_TESTS}=tests" would always expand to
"SUBDIR.=tests" resulting in the tests not being built.

Sponsored by:	DARPA
2020-11-16 17:20:35 +00:00

23 lines
254 B
Makefile

#
# $FreeBSD$
#
.include <src.opts.mk>
OPENBSMDIR=${SRCTOP}/contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/praudit
CFLAGS+= -I${OPENBSMDIR}
PROG= praudit
MAN= praudit.1
WARNS?= 3
LIBADD= bsm
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>