svn commit: r187000 - stable/6/lib/bind/isc

Doug Barton dougb at FreeBSD.org
Fri Jan 9 20:33:34 PST 2009


Author: dougb
Date: Sat Jan 10 04:33:33 2009
New Revision: 187000
URL: http://svn.freebsd.org/changeset/base/187000

Log:
  Add the relevant object and include files for the update to 9.3.6-P1

Modified:
  stable/6/lib/bind/isc/Makefile

Modified: stable/6/lib/bind/isc/Makefile
==============================================================================
--- stable/6/lib/bind/isc/Makefile	Sat Jan 10 04:30:27 2009	(r186999)
+++ stable/6/lib/bind/isc/Makefile	Sat Jan 10 04:33:33 2009	(r187000)
@@ -30,7 +30,7 @@ SRCS+=		inet_pton.c \
 		hash.c heap.c hex.c hmacmd5.c \
 		lex.c lfsr.c lib.c log.c md5.c \
 		mem.c mutexblock.c netaddr.c netscope.c ondestroy.c \
-		parseint.c print.c quota.c random.c \
+		parseint.c portset.c print.c quota.c random.c \
 		ratelimiter.c region.c result.c rwlock.c \
 		serial.c sha1.c  sockaddr.c string.c strtoul.c \
 		symtab.c task.c taskpool.c timer.c version.c
@@ -77,6 +77,7 @@ INCS=		${SRCDIR}/include/isc/app.h \
 		${SRCDIR}/include/isc/ondestroy.h \
 		${SRCDIR}/include/isc/os.h \
 		${SRCDIR}/include/isc/parseint.h \
+		${SRCDIR}/include/isc/portset.h \
 		${SRCDIR}/include/isc/print.h \
 		${SRCDIR}/include/isc/quota.h \
 		${SRCDIR}/include/isc/random.h \


More information about the svn-src-stable mailing list