Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/bind/lib Pull up revision 1.8 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/5f37d403b4a7
branches:  netbsd-1-4
changeset: 470465:5f37d403b4a7
user:      he <he%NetBSD.org@localhost>
date:      Wed Mar 01 14:02:26 2000 +0000

description:
Pull up revision 1.8 (requested by itojun):
  Make BIND8 not use the BIND4 code in libc.

diffstat:

 usr.sbin/bind/lib/Makefile |  21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 7c4110454173 -r 5f37d403b4a7 usr.sbin/bind/lib/Makefile
--- a/usr.sbin/bind/lib/Makefile        Wed Mar 01 14:02:07 2000 +0000
+++ b/usr.sbin/bind/lib/Makefile        Wed Mar 01 14:02:26 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.1 1999/12/04 17:11:01 he Exp $
+#      $NetBSD: Makefile,v 1.2.2.2 2000/03/01 14:02:26 he Exp $
 
 LIB=bind
 
@@ -14,10 +14,11 @@
        ${BIND_DIST_DIR}/lib/isc \
        ${BIND_DIST_DIR}/lib/inet \
        ${BIND_DIST_DIR}/lib/nameser \
-       ${BIND_DIST_DIR}/lib/dst
+       ${BIND_DIST_DIR}/lib/dst \
+       ${BIND_DIST_DIR}/lib/irs
 
 # ${BIND_DIST_DIR}/lib/resolv
-SRCS+= res_debug.c res_data.c res_comp.c res_init.c \
+SRCS+= herror.c res_debug.c res_data.c res_comp.c res_init.c \
        res_mkquery.c res_query.c res_send.c res_sendsigned.c \
        res_mkupdate.c res_update.c res_findzonecut.c
 # ${BIND_DIST_DIR}/lib/isc
@@ -36,6 +37,20 @@
 # ${BIND_DIST_DIR}/lib/dst
 SRCS+= dst_api.c prandom.c rsaref_link.c support.c bsafe_link.c \
        cylink_link.c hmac_link.c eay_dss_link.c
+# ${BIND_DIST_DIR}/lib/irs
+SRCS+= dns.c dns_gr.c dns_ho.c dns_nw.c dns_pr.c dns_pw.c \
+       dns_sv.c gai_strerror.c gen.c gen_gr.c gen_ho.c \
+       gen_ng.c gen_nw.c gen_pr.c gen_pw.c gen_sv.c \
+       getaddrinfo.c getgrent.c getgrent_r.c gethostent.c \
+       gethostent_r.c getnameinfo.c getnetent.c getnetent_r.c \
+       getnetgrent.c getnetgrent_r.c getprotoent.c \
+       getprotoent_r.c getpwent.c getpwent_r.c getservent.c \
+       getservent_r.c hesiod.c irp.c irp_gr.c irp_ho.c \
+       irp_ng.c irp_nw.c irp_pr.c irp_pw.c irp_sv.c \
+       irpmarshall.c irs_data.c lcl.c lcl_gr.c lcl_ho.c \
+       lcl_ng.c lcl_nw.c lcl_pr.c lcl_pw.c lcl_sv.c nis.c \
+       nis_gr.c nis_ho.c nis_ng.c nis_nw.c nis_pr.c nis_pw.c \
+       nis_sv.c nul_ng.c util.c
 
 # only needed during build
 libinstall::



Home | Main Index | Thread Index | Old Index