summaryrefslogtreecommitdiffstats
path: root/lib/bind/isccfg
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-06-02 23:19:58 +0000
committerdougb <dougb@FreeBSD.org>2007-06-02 23:19:58 +0000
commit6828e8e3e514fe430f1754fada15a756032399a9 (patch)
tree1ad7fe01d625e91cc274254cd136ada12496158a /lib/bind/isccfg
parentadb4c6dae5410feb32b67abbcd13f4e4647c9f83 (diff)
downloadFreeBSD-src-6828e8e3e514fe430f1754fada15a756032399a9.zip
FreeBSD-src-6828e8e3e514fe430f1754fada15a756032399a9.tar.gz
Update bmake glue for the BIND 9.4.1 import.
This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance.
Diffstat (limited to 'lib/bind/isccfg')
-rw-r--r--lib/bind/isccfg/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/bind/isccfg/Makefile b/lib/bind/isccfg/Makefile
index 6c2309c..a4f5785 100644
--- a/lib/bind/isccfg/Makefile
+++ b/lib/bind/isccfg/Makefile
@@ -12,12 +12,17 @@ SRCDIR= ${BIND_DIR}/lib/isccfg
LIB= isccfg
.PATH: ${SRCDIR}
-SRCS= log.c namedconf.c parser.c version.c
+SRCS= aclconf.c log.c namedconf.c parser.c version.c
CFLAGS+= -I${SRCDIR}/include -I${.CURDIR}
+CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
+
+DPADD= ${PTHREAD_DPADD}
+LDADD= ${PTHREAD_LDADD}
.if ${MK_BIND_LIBS} != "no"
-INCS= ${SRCDIR}/include/isccfg/cfg.h \
+INCS= ${SRCDIR}/include/isccfg/aclconf.h \
+ ${SRCDIR}/include/isccfg/cfg.h \
${SRCDIR}/include/isccfg/grammar.h \
${SRCDIR}/include/isccfg/log.h \
${SRCDIR}/include/isccfg/namedconf.h \
OpenPOWER on IntegriCloud