diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-22 12:13:58 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-09-22 12:13:58 +0000 |
| commit | 11d9d041cf4420b02b7f18cece6478888e386b2e (patch) | |
| tree | e64094c8992b4e9318db4a40d3a0d5f30c70dced /lib/bind/bind9 | |
| parent | 4dcf2bbbff62cb89b32ac3bbee796a485bb090e8 (diff) | |
Notes
Diffstat (limited to 'lib/bind/bind9')
| -rw-r--r-- | lib/bind/bind9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bind/bind9/Makefile b/lib/bind/bind9/Makefile index be2149812c61..73fc1f18ca88 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 \ |
