From eb02f34f2c48ec83e8e3f501816203f53fe3f8bd Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 2 Feb 2006 10:15:30 +0000 Subject: 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 --- usr.sbin/praudit/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 usr.sbin/praudit/Makefile (limited to 'usr.sbin/praudit') diff --git a/usr.sbin/praudit/Makefile b/usr.sbin/praudit/Makefile new file mode 100644 index 0000000..4ff08fd --- /dev/null +++ b/usr.sbin/praudit/Makefile @@ -0,0 +1,14 @@ +# +# $FreeBSD$ +# + +OPENBSMDIR=${.CURDIR}/../../contrib/openbsm +.PATH: ${OPENBSMDIR}/bin/praudit + +PROG= praudit +MAN= praudit.1 + +DPADD= ${LIBBSM} +LDADD= -lbsm + +.include -- cgit v1.1