8d87990e51
- 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
15 lines
173 B
Makefile
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>
|