[Midnightbsd-cvs] src: Makefile: update for bind 9.4.x

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 27 19:21:06 EDT 2008


Log Message:
-----------
update for bind 9.4.x

Modified Files:
--------------
    src/lib/bind/dns:
        Makefile (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L lib/bind/dns/Makefile -L lib/bind/dns/Makefile -u -r1.1.1.1 -r1.2
--- lib/bind/dns/Makefile
+++ lib/bind/dns/Makefile
@@ -10,10 +10,10 @@
 LIB=		dns
 
 .PATH:		${SRCDIR}
-SRCS+=		acl.c adb.c byaddr.c \
+SRCS+=		acache.c acl.c adb.c byaddr.c \
 		cache.c callbacks.c compress.c \
 		db.c dbiterator.c dbtable.c diff.c dispatch.c \
-		dnssec.c ds.c \
+		dlz.c dnssec.c ds.c \
 		dst_api.c dst_lib.c dst_parse.c dst_result.c \
 		forward.c \
 		gssapi_link.c gssapictx.c hmac_link.c \
@@ -29,19 +29,21 @@
 		rbt.c rbtdb.c rbtdb64.c rcode.c rdata.c \
 		rdatalist.c \
 		rdataset.c rdatasetiter.c rdataslab.c request.c \
-		resolver.c result.c rootns.c sdb.c soa.c ssu.c \
+		resolver.c result.c rootns.c sdb.c sdlz.c soa.c ssu.c \
 		stats.c tcpmsg.c time.c timer.c tkey.c \
 		tsig.c ttl.c validator.c \
 		version.c view.c xfrin.c zone.c zonekey.c zt.c
 
 CFLAGS+=	-I${SRCDIR}/include/dst -I${SRCDIR}/include -I${SRCDIR}
 CFLAGS+=	-I${.CURDIR}
+CFLAGS+=	-l${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
 
-DPADD=		${CRYPTO_DPADD}
-LDADD=		${CRYPTO_LDADD}
+DPADD=		${CRYPTO_DPADD} ${PTHREAD_DPADD}
+LDADD=		${CRYPTO_LDADD} ${PTHREAD_LDADD}
 
 .if defined(WITH_BIND_LIBS)
-DNSINCS=	${SRCDIR}/include/dns/acl.h \
+DNSINCS=	${SRCDIR}/include/dns/acache.h \
+		${SRCDIR}/include/dns/acl.h \
 		${SRCDIR}/include/dns/adb.h \
 		${SRCDIR}/include/dns/bit.h \
 		${SRCDIR}/include/dns/byaddr.h \
@@ -54,6 +56,7 @@
 		${SRCDIR}/include/dns/dbtable.h \
 		${SRCDIR}/include/dns/diff.h \
 		${SRCDIR}/include/dns/dispatch.h \
+		${SRCDIR}/include/dns/dlz.h \
 		${SRCDIR}/include/dns/dnssec.h \
 		${SRCDIR}/include/dns/ds.h \
 		${SRCDIR}/include/dns/events.h \
@@ -90,6 +93,7 @@
 		${SRCDIR}/include/dns/result.h \
 		${SRCDIR}/include/dns/rootns.h \
 		${SRCDIR}/include/dns/sdb.h \
+		${SRCDIR}/include/dns/sdlz.h \
 		${SRCDIR}/include/dns/secalg.h \
 		${SRCDIR}/include/dns/secproto.h \
 		${SRCDIR}/include/dns/soa.h \


More information about the Midnightbsd-cvs mailing list