forgot to commit these.

This commit is contained in:
christos 2008-06-21 23:32:19 +00:00
parent a3695a098a
commit 494bafa060
2 changed files with 5 additions and 5 deletions

View File

@ -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=dns
@ -24,7 +24,7 @@ DNSSEC_SRCS= dst_api.c dst_lib.c dst_parse.c dst_result.c \
SRCS= acl.c acache.c adb.c byaddr.c cache.c callbacks.c compress.c \
db.c dbiterator.c dbtable.c diff.c dispatch.c dlz.c dnssec.c ds.c \
forward.c journal.c keytable.c lib.c log.c lookup.c \
forward.c iptable.c journal.c keytable.c lib.c log.c lookup.c \
master.c masterdump.c message.c name.c ncache.c nsec.c \
order.c peer.c portlist.c rbt.c rbtdb.c rbtdb64.c rcode.c \
rdata.c rdatalist.c rdataset.c rdatasetiter.c rdataslab.c \

View File

@ -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} \