summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rndc-confgen
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rndc-confgen')
-rw-r--r--usr.sbin/rndc-confgen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rndc-confgen/Makefile b/usr.sbin/rndc-confgen/Makefile
index ae91ecf..e69cb46 100644
--- a/usr.sbin/rndc-confgen/Makefile
+++ b/usr.sbin/rndc-confgen/Makefile
@@ -16,8 +16,8 @@ SRCS+= rndc-confgen.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-confgen.8
OpenPOWER on IntegriCloud