From 6828e8e3e514fe430f1754fada15a756032399a9 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 2 Jun 2007 23:19:58 +0000 Subject: Update bmake glue for the BIND 9.4.1 import. This includes a return to building with threads, since one of the major focuses of the 9.4.x branch is to improve thread performance. --- usr.sbin/rndc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/rndc') diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile index 70c5d6d..2ca7697 100644 --- a/usr.sbin/rndc/Makefile +++ b/usr.sbin/rndc/Makefile @@ -17,8 +17,8 @@ SRCS+= rndc.c util.c CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include -I${LIB_BIND_DIR} -DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} -LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} +DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} +LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} MAN= rndc.8 rndc.conf.5 -- cgit v1.1