freebsd-dev/usr.sbin/audit/Makefile
Robert Watson 8d87990e51 Enable building of OpenBSM command line tools:
- audit(8) - audit subsystem management tool
- auditd(8) - audit trail and subsystem management daemon
- auditreduce(1) - audit trail reduction tool
- praudit(1) - audit trail printing tool

Could probably use a NO_AUDIT make.conf flag.

Obtained from:	TrustedBSD Project
2006-02-02 10:15:30 +00:00

15 lines
173 B
Makefile

#
# $FreeBSD$
#
OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/audit
PROG= audit
MAN= audit.8
DPADD= ${LIBBSM}
LDADD= -lbsm
.include <bsd.prog.mk>