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/auditreduce/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 usr.sbin/auditreduce/Makefile (limited to 'usr.sbin/auditreduce/Makefile') diff --git a/usr.sbin/auditreduce/Makefile b/usr.sbin/auditreduce/Makefile new file mode 100644 index 0000000..ed4b748 --- /dev/null +++ b/usr.sbin/auditreduce/Makefile @@ -0,0 +1,14 @@ +# +# $FreeBSD$ +# + +OPENBSMDIR=${.CURDIR}/../../contrib/openbsm +.PATH: ${OPENBSMDIR}/bin/auditreduce + +PROG= auditreduce +MAN= auditreduce.1 + +DPADD= ${LIBBSM} +LDADD= -lbsm + +.include -- cgit v1.1