summaryrefslogtreecommitdiffstats
path: root/usr.sbin/auditd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/auditd/Makefile')
-rw-r--r--usr.sbin/auditd/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/auditd/Makefile b/usr.sbin/auditd/Makefile
new file mode 100644
index 0000000..47ffd0b
--- /dev/null
+++ b/usr.sbin/auditd/Makefile
@@ -0,0 +1,19 @@
+#
+# $FreeBSD$
+#
+
+OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
+.PATH: ${OPENBSMDIR}/bin/auditd
+
+CFLAGS+= -I${OPENBSMDIR}
+
+PROG= auditd
+SRCS= auditd.c audit_warn.c auditd_fbsd.c
+MAN= auditd.8
+
+DPADD= ${LIBAUDITD} ${LIBBSM}
+LDADD= -lauditd -lbsm
+
+WARNS?= 3
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud