]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/auditreduce/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / auditreduce / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 OPENBSMDIR=${.CURDIR}/../../contrib/openbsm
6 .PATH: ${OPENBSMDIR}/bin/auditreduce
7
8 CFLAGS+=        -I${OPENBSMDIR}
9
10 PROG=   auditreduce
11 MAN=    auditreduce.1
12
13 DPADD=  ${LIBBSM}
14 LDADD=  -lbsm
15
16 WARNS?= 3
17
18 .include <bsd.prog.mk>