diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-07 15:22:35 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-07 15:22:35 +0000 |
commit | 1e4146ce4bf592099de22122abd9c3da53bd5992 (patch) | |
tree | 3ab0528d01d35ea12f14e7c09741a162385a39f5 /lib/bind/lwres | |
parent | e576df395be6add537bcad955b74a496951c32e1 (diff) |
Finish the removal of threads support in ../config.mk,v 1.15.
Notes
Notes:
svn path=/head/; revision=152157
Diffstat (limited to 'lib/bind/lwres')
-rw-r--r-- | lib/bind/lwres/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bind/lwres/Makefile b/lib/bind/lwres/Makefile index 55b59ebd3610..ec06a278c064 100644 --- a/lib/bind/lwres/Makefile +++ b/lib/bind/lwres/Makefile @@ -24,9 +24,6 @@ SRCS+= context.c gai_strerror.c getaddrinfo.c gethost.c \ CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include CFLAGS+= -I${.CURDIR} -DPADD= ${PTHREAD_DPADD} -LDADD= ${PTHREAD_LDADD} - .if defined(WITH_BIND_LIBS) MAN= lwres.3 lwres_buffer.3 lwres_config.3 lwres_context.3 \ lwres_gabn.3 lwres_gai_strerror.3 lwres_getaddrinfo.3 \ |