summaryrefslogtreecommitdiffstats
path: root/usr.sbin/auditd/Makefile
blob: 7a28be2413d35658bfaf2657695c17e03ffcc229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $FreeBSD$
#

OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
.PATH: ${OPENBSMDIR}/bin/auditd

PROG=	auditd
SRCS=	auditd.c audit_warn.c
MAN=	auditd.8

DPADD=	${LIBBSM}
LDADD=	-lbsm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud