diff options
| author | christos <christos@NetBSD.org> | 2008-06-21 23:32:19 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-06-21 23:32:19 +0000 |
| commit | 494bafa060d44c82fec4d25e28d33f9dfd82d5e7 (patch) | |
| tree | 3ef6ebd8629b9977d5bedbd840b8b08a5b6370b1 /lib | |
| parent | a3695a098af7f6f05a921c14773ff72c396c4453 (diff) | |
forgot to commit these.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libdns/Makefile | 4 | ||||
| -rw-r--r-- | lib/libisc/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libdns/Makefile b/lib/libdns/Makefile index 4a9fd085c56..656a5b29522 100644 --- a/lib/libdns/Makefile +++ b/lib/libdns/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=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 \ 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} \ |
