]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libauditd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libauditd / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 OPENBSMDIR=             ${.CURDIR}/../../contrib/openbsm
6 LIBAUDITDDIR=           ${OPENBSMDIR}/libauditd
7 LIBBSMDIR=              ${OPENBSMDIR}/libbsm
8
9 LIB=            auditd
10
11 .PATH:          ${LIBAUDITDDIR}
12
13 SRCS=   auditd_lib.c
14
15 #
16 # Must use BSM include files from within the contrib area, not the system.
17 #
18 CFLAGS+=        -I${OPENBSMDIR} -I${LIBBSMDIR}
19
20 NO_MAN=
21
22 .include <bsd.lib.mk>