freebsd-src/usr.sbin/auditreduce/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
205 B
Makefile
Raw Normal View History

#
#
OPENBSMDIR=${SRCTOP}/contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/auditreduce
CFLAGS+= -I${OPENBSMDIR}
PACKAGE=audit
PROG= auditreduce
MAN= auditreduce.1
LIBADD= bsm
WARNS?= 3
.include <bsd.prog.mk>