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