]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libauditd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 WARNS?=         3
21
22 NO_MAN=
23
24 .include <bsd.lib.mk>