summaryrefslogtreecommitdiffstats
path: root/lib/bind/dns
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/dns
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/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 f8cc4ac..3a3d056 100644
--- a/lib/bind/dns/Makefile
+++ b/lib/bind/dns/Makefile
@@ -36,8 +36,8 @@ SRCS+= acl.c adb.c byaddr.c \
CFLAGS+= -I${SRCDIR}/sec/dst/include -I${SRCDIR}/include -I${SRCDIR}
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/..
-DPADD= ${LIBPTHREAD}
-LDADD= -lpthread
+DPADD= ${CRYPTO_DPADD} ${PTHREAD_DPADD}
+LDADD= ${CRYPTO_LDADD} ${PTHREAD_LDADD}
DNSINCS= ${SRCDIR}/include/dns/acl.h \
${SRCDIR}/include/dns/adb.h \
OpenPOWER on IntegriCloud