diff options
author | ru <ru@FreeBSD.org> | 2005-11-07 15:22:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-07 15:22:35 +0000 |
commit | 1979476cc606db90b9610dd71429e1b833a66be9 (patch) | |
tree | 3ab0528d01d35ea12f14e7c09741a162385a39f5 /lib/bind/isc | |
parent | 337103ed9b320bf90e6cd6df6274ffe90d729659 (diff) | |
download | FreeBSD-src-1979476cc606db90b9610dd71429e1b833a66be9.zip FreeBSD-src-1979476cc606db90b9610dd71429e1b833a66be9.tar.gz |
Finish the removal of threads support in ../config.mk,v 1.15.
Diffstat (limited to 'lib/bind/isc')
-rw-r--r-- | lib/bind/isc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bind/isc/Makefile b/lib/bind/isc/Makefile index c296235..f34f808 100644 --- a/lib/bind/isc/Makefile +++ b/lib/bind/isc/Makefile @@ -38,9 +38,6 @@ SRCS+= inet_pton.c \ CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/nothreads/include CFLAGS+= -I${SRCDIR}/include -I${.CURDIR} -DPADD= ${PTHREAD_DPADD} -LDADD= ${PTHREAD_LDADD} - .if defined(WITH_BIND_LIBS) INCS= ${SRCDIR}/include/isc/app.h \ ${SRCDIR}/include/isc/assertions.h \ |