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

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

CFLAGS+=	-I${OPENBSMDIR}

PROG=	audit
MAN=	audit.8

DPADD=	${LIBBSM}
LDADD=	-lbsm

WARNS?=	5

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