summaryrefslogtreecommitdiffstats
path: root/lib/bind/dns
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-07 15:22:35 +0000
committerru <ru@FreeBSD.org>2005-11-07 15:22:35 +0000
commit1979476cc606db90b9610dd71429e1b833a66be9 (patch)
tree3ab0528d01d35ea12f14e7c09741a162385a39f5 /lib/bind/dns
parent337103ed9b320bf90e6cd6df6274ffe90d729659 (diff)
downloadFreeBSD-src-1979476cc606db90b9610dd71429e1b833a66be9.zip
FreeBSD-src-1979476cc606db90b9610dd71429e1b833a66be9.tar.gz
Finish the removal of threads support in ../config.mk,v 1.15.
Diffstat (limited to 'lib/bind/dns')
-rw-r--r--lib/bind/dns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind/dns/Makefile b/lib/bind/dns/Makefile
index a3ab565..463dba7 100644
--- a/lib/bind/dns/Makefile
+++ b/lib/bind/dns/Makefile
@@ -37,8 +37,8 @@ SRCS+= acl.c adb.c byaddr.c \
CFLAGS+= -I${SRCDIR}/include/dst -I${SRCDIR}/include -I${SRCDIR}
CFLAGS+= -I${.CURDIR}
-DPADD= ${CRYPTO_DPADD} ${PTHREAD_DPADD}
-LDADD= ${CRYPTO_LDADD} ${PTHREAD_LDADD}
+DPADD= ${CRYPTO_DPADD}
+LDADD= ${CRYPTO_LDADD}
.if defined(WITH_BIND_LIBS)
DNSINCS= ${SRCDIR}/include/dns/acl.h \
OpenPOWER on IntegriCloud