aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/audit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/audit/Makefile')
-rw-r--r--usr.sbin/audit/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/audit/Makefile b/usr.sbin/audit/Makefile
new file mode 100644
index 000000000000..82b21081a97d
--- /dev/null
+++ b/usr.sbin/audit/Makefile
@@ -0,0 +1,17 @@
+#
+#
+
+OPENBSMDIR=${SRCTOP}/contrib/openbsm
+.PATH: ${OPENBSMDIR}/bin/audit
+
+CFLAGS+= -I${OPENBSMDIR}
+
+PACKAGE=audit
+PROG= audit
+MAN= audit.8
+
+LIBADD= bsm
+
+WARNS?= 5
+
+.include <bsd.prog.mk>