summaryrefslogtreecommitdiffstats
path: root/lib/bind/bind9
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-09-22 12:13:58 +0000
committerdes <des@FreeBSD.org>2004-09-22 12:13:58 +0000
commit41e930f4803c0d151b08a076f014e9458115444e (patch)
treee64094c8992b4e9318db4a40d3a0d5f30c70dced /lib/bind/bind9
parentf34045dc6a6b7c24616c69b5ba53967c243f0910 (diff)
downloadFreeBSD-src-41e930f4803c0d151b08a076f014e9458115444e.zip
FreeBSD-src-41e930f4803c0d151b08a076f014e9458115444e.tar.gz
Clean up and comment config.mk. Centralize more stuff. Bitch if
POSIX threads libraries are not available. Add crypto support if the crypto libraries are available. Build dnssec-{keygen,signzone} if crypto is available. Submitted by: (in part) dougb@
Diffstat (limited to 'lib/bind/bind9')
-rw-r--r--lib/bind/bind9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind/bind9/Makefile b/lib/bind/bind9/Makefile
index be21498..73fc1f1 100644
--- a/lib/bind/bind9/Makefile
+++ b/lib/bind/bind9/Makefile
@@ -13,8 +13,8 @@ SRCS= check.c getaddresses.c version.c
CFLAGS+= -I${SRCDIR}/include -I${.CURDIR} -I${.CURDIR}/..
-DPADD= ${LIBPTHREAD}
-LDADD= -lpthread
+DPADD= ${PTHREAD_DPADD}
+LDADD= ${PTHREAD_LDADD}
INCS= ${SRCDIR}/include/bind9/check.h \
${SRCDIR}/include/bind9/getaddresses.h \
OpenPOWER on IntegriCloud