summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bin/auditreduce/Makefile
blob: f4c292a3c8676278662fea171d5f486caffef5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $P4: //depot/projects/trustedbsd/openbsm/bin/auditreduce/Makefile#4 $
#

CFLAGS+=	-I- -I ../.. -I ../../libbsm -L ../../libbsm -I.
PROG=		auditreduce
MAN=		auditreduce.1
DPADD=		/usr/lib/libbsm.a
LDADD=		-lbsm
BINDIR=		/usr/sbin

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