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

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

CFLAGS+=	-I${OPENBSMDIR}

PROG=	audit
MAN=	audit.8

DPADD=	${LIBBSM}
LDADD=	-lbsm

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