summaryrefslogtreecommitdiff
path: root/lib/libisc
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2008-06-21 23:32:19 +0000
committerchristos <christos@NetBSD.org>2008-06-21 23:32:19 +0000
commit494bafa060d44c82fec4d25e28d33f9dfd82d5e7 (patch)
tree3ef6ebd8629b9977d5bedbd840b8b08a5b6370b1 /lib/libisc
parenta3695a098af7f6f05a921c14773ff72c396c4453 (diff)
forgot to commit these.
Diffstat (limited to 'lib/libisc')
-rw-r--r--lib/libisc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libisc/Makefile b/lib/libisc/Makefile
index 70a4bd3ae10..4a3f64592bf 100644
--- a/lib/libisc/Makefile
+++ b/lib/libisc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/11/04 23:28:18 tls Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/21 23:32:19 christos Exp $
LIB=isc
@@ -23,9 +23,9 @@ PTHREAD_SRCS= condition.c mutex.c thread.c
SRCS= 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 \
+ hash.c heap.c hex.c hmacmd5.c hmacsha.c httpd.c lex.c lfsr.c \
lib.c log.c md5.c mem.c mutexblock.c netaddr.c \
- netscope.c ondestroy.c parseint.c quota.c random.c \
+ netscope.c ondestroy.c parseint.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 symtab.c \
task.c taskpool.c timer.c version.c ${UNIX_SRCS} \