summaryrefslogtreecommitdiffstats
path: root/usr.sbin/auditreduce/Makefile
blob: 73b355de4e12af089ea07992e7ed8c5241690ddf (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/auditreduce

CFLAGS+=	-I${OPENBSMDIR}

PROG=	auditreduce
MAN=	auditreduce.1

DPADD=	${LIBBSM}
LDADD=	-lbsm

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