summaryrefslogtreecommitdiffstats
path: root/usr.sbin/audit
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/audit')
-rw-r--r--usr.sbin/audit/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/audit/Makefile b/usr.sbin/audit/Makefile
new file mode 100644
index 0000000..9f31741
--- /dev/null
+++ b/usr.sbin/audit/Makefile
@@ -0,0 +1,16 @@
+#
+# $FreeBSD$
+#
+
+OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
+.PATH: ${OPENBSMDIR}/bin/audit
+
+CFLAGS+= -I${OPENBSMDIR}
+
+PROG= audit
+MAN= audit.8
+
+DPADD= ${LIBBSM}
+LDADD= -lbsm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud