summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rndc
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 /usr.sbin/rndc
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 'usr.sbin/rndc')
-rw-r--r--usr.sbin/rndc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile
index b4e801b..0fd49c1 100644
--- a/usr.sbin/rndc/Makefile
+++ b/usr.sbin/rndc/Makefile
@@ -16,8 +16,8 @@ SRCS+= rndc.c util.c
CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include -I${LIB_BIND_DIR}
-DPADD+= ${BIND_DPADD}
-LDADD+= ${BIND_LDADD}
+DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
+LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MAN= rndc.8 rndc.conf.5
OpenPOWER on IntegriCloud