aboutsummaryrefslogtreecommitdiff
path: root/contrib/openbsm/bin/audit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openbsm/bin/audit/Makefile')
-rw-r--r--contrib/openbsm/bin/audit/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/openbsm/bin/audit/Makefile b/contrib/openbsm/bin/audit/Makefile
new file mode 100644
index 000000000000..cec37ead6244
--- /dev/null
+++ b/contrib/openbsm/bin/audit/Makefile
@@ -0,0 +1,12 @@
+#
+# $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile#2 $
+#
+
+CFLAGS+= -I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
+PROG= audit
+MAN= audit.8
+DPADD= /usr/lib/libbsm.a
+LDADD= -lbsm
+BINDIR= /usr/sbin
+
+.include <bsd.prog.mk>