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