aboutsummaryrefslogtreecommitdiff
path: root/lib/bind/isc/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-05-31 05:42:58 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-05-31 05:42:58 +0000
commit6318052d9e161cbc69e4085125ef824d94de16ef (patch)
tree21a5399cf53ce4f1ffedece1c1700a317f190f2e /lib/bind/isc/Makefile
parentb6d434fc28de9fa7b453178184bdcc767035f5af (diff)
parentb0e69f719c1db2c19fcfba96f0dac9a5a2277350 (diff)
Notes
Diffstat (limited to 'lib/bind/isc/Makefile')
-rw-r--r--lib/bind/isc/Makefile22
1 files changed, 15 insertions, 7 deletions
diff --git a/lib/bind/isc/Makefile b/lib/bind/isc/Makefile
index 6e76a87955c4..7648da5f32a4 100644
--- a/lib/bind/isc/Makefile
+++ b/lib/bind/isc/Makefile
@@ -27,14 +27,16 @@ SRCS+= condition.c mutex.c \
.PATH: ${SRCDIR}
SRCS+= inet_pton.c \
- assertions.c base64.c bitstring.c buffer.c \
- bufferlist.c commandline.c error.c event.c \
- hash.c heap.c hex.c hmacmd5.c hmacsha.c \
- lex.c lfsr.c lib.c log.c md5.c \
- mem.c mutexblock.c netaddr.c netscope.c ondestroy.c \
- parseint.c portset.c print.c quota.c random.c \
+ assertions.c base32.c base64.c bitstring.c buffer.c \
+ bufferlist.c commandline.c entropy.c error.c event.c \
+ fsaccess.c hash.c heap.c hex.c hmacmd5.c hmacsha.c \
+ httpd.c inet_aton.c inet_ntop.c iterated_hash.c \
+ lex.c lfsr.c lib.c log.c \
+ md5.c mem.c mutexblock.c \
+ netaddr.c netscope.c ondestroy.c \
+ parseint.c portset.c print.c quota.c radix.c random.c \
ratelimiter.c refcount.c region.c result.c rwlock.c \
- serial.c sha1.c sha2.c sockaddr.c string.c strtoul.c \
+ serial.c sha1.c sha2.c sockaddr.c stats.c string.c strtoul.c \
symtab.c task.c taskpool.c timer.c version.c
CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/pthreads/include
@@ -47,6 +49,7 @@ LDADD= ${PTHREAD_LDADD}
.if ${MK_BIND_LIBS} != "no"
INCS= ${SRCDIR}/include/isc/app.h \
${SRCDIR}/include/isc/assertions.h \
+ ${SRCDIR}/include/isc/base32.h \
${SRCDIR}/include/isc/base64.h \
${SRCDIR}/include/isc/bitstring.h \
${SRCDIR}/include/isc/boolean.h \
@@ -65,6 +68,8 @@ INCS= ${SRCDIR}/include/isc/app.h \
${SRCDIR}/include/isc/hex.h \
${SRCDIR}/include/isc/hmacmd5.h \
${SRCDIR}/include/isc/hmacsha.h \
+ ${SRCDIR}/include/isc/httpd.h \
+ ${SRCDIR}/include/isc/iterated_hash.h \
${SRCDIR}/include/isc/interfaceiter.h \
${SRCDIR}/include/isc/ipv6.h \
${SRCDIR}/include/isc/lang.h \
@@ -87,6 +92,7 @@ INCS= ${SRCDIR}/include/isc/app.h \
${SRCDIR}/include/isc/portset.h \
${SRCDIR}/include/isc/print.h \
${SRCDIR}/include/isc/quota.h \
+ ${SRCDIR}/include/isc/radix.h \
${SRCDIR}/include/isc/random.h \
${SRCDIR}/include/isc/ratelimiter.h \
${SRCDIR}/include/isc/refcount.h \
@@ -100,6 +106,7 @@ INCS= ${SRCDIR}/include/isc/app.h \
${SRCDIR}/include/isc/sha2.h \
${SRCDIR}/include/isc/sockaddr.h \
${SRCDIR}/include/isc/socket.h \
+ ${SRCDIR}/include/isc/stats.h \
${SRCDIR}/include/isc/stdio.h \
${SRCDIR}/include/isc/stdlib.h \
${SRCDIR}/include/isc/string.h \
@@ -110,6 +117,7 @@ INCS= ${SRCDIR}/include/isc/app.h \
${SRCDIR}/include/isc/types.h \
${SRCDIR}/include/isc/util.h \
${SRCDIR}/include/isc/version.h \
+ ${SRCDIR}/include/isc/xml.h \
${SRCDIR}/pthreads/include/isc/condition.h \
${SRCDIR}/pthreads/include/isc/mutex.h \
${SRCDIR}/pthreads/include/isc/once.h \