summaryrefslogtreecommitdiffstats
path: root/usr.sbin/auditd/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-02 10:15:30 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-02 10:15:30 +0000
commiteb02f34f2c48ec83e8e3f501816203f53fe3f8bd (patch)
treefeb9822e4c58201ecc45303d177871b944bde154 /usr.sbin/auditd/Makefile
parent8c4a42a14fe40953302bff9d01b6c997a770735b (diff)
downloadFreeBSD-src-eb02f34f2c48ec83e8e3f501816203f53fe3f8bd.zip
FreeBSD-src-eb02f34f2c48ec83e8e3f501816203f53fe3f8bd.tar.gz
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
Diffstat (limited to 'usr.sbin/auditd/Makefile')
-rw-r--r--usr.sbin/auditd/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/auditd/Makefile b/usr.sbin/auditd/Makefile
new file mode 100644
index 0000000..7a28be2
--- /dev/null
+++ b/usr.sbin/auditd/Makefile
@@ -0,0 +1,15 @@
+#
+# $FreeBSD$
+#
+
+OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
+.PATH: ${OPENBSMDIR}/bin/auditd
+
+PROG= auditd
+SRCS= auditd.c audit_warn.c
+MAN= auditd.8
+
+DPADD= ${LIBBSM}
+LDADD= -lbsm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud