]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/bind/bind9/Makefile
This commit was generated by cvs2svn to compensate for changes in r154180,
[FreeBSD/FreeBSD.git] / lib / bind / bind9 / Makefile
1 # $FreeBSD$
2
3 BIND_DIR=       ${.CURDIR}/../../../contrib/bind9
4 LIB_BIND_REL=   ..
5 LIB_BIND_DIR=   ${.CURDIR}/${LIB_BIND_REL}
6 SRCDIR=         ${BIND_DIR}/lib/bind9
7
8 .include        "${LIB_BIND_DIR}/config.mk"
9
10 LIB=            bind9
11
12 .PATH:          ${SRCDIR}
13 SRCS=           check.c getaddresses.c version.c
14
15 CFLAGS+=        -I${SRCDIR}/include
16
17 .if defined(WITH_BIND_LIBS)
18 INCS=           ${SRCDIR}/include/bind9/check.h \
19                 ${SRCDIR}/include/bind9/getaddresses.h \
20                 ${SRCDIR}/include/bind9/version.h
21
22 INCSDIR=        ${INCLUDEDIR}/bind9
23 .endif
24
25 .include <bsd.lib.mk>