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, 0 insertions, 19 deletions
diff --git a/usr.sbin/auditd/Makefile b/usr.sbin/auditd/Makefile
deleted file mode 100644
index 47ffd0b..0000000
--- a/usr.sbin/auditd/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# $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