summaryrefslogtreecommitdiffstats
path: root/usr.bin/nslookup/Makefile
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 /usr.bin/nslookup/Makefile
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 'usr.bin/nslookup/Makefile')
-rw-r--r--usr.bin/nslookup/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile
index 2a4e8c6..004efa2 100644
--- a/usr.bin/nslookup/Makefile
+++ b/usr.bin/nslookup/Makefile
@@ -13,9 +13,10 @@ PROG= nslookup
SRCS+= dighost.c nslookup.c
CFLAGS+= -I${SRCDIR}/include
+CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
-DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD}
-LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
+DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
+LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MANFILTER= sed -e "s@^host \[server\]@\\\fBhost\\\fR \\\fI[server]\\\fR@"
OpenPOWER on IntegriCloud