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 revisions 1.3-1.6 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/cea7c7db5aca
branches:  netbsd-1-4
changeset: 469820:cea7c7db5aca
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 17:11:01 1999 +0000

description:
Pull up revisions 1.3-1.6 (requested by christos and veego):
  Update to BIND 8.2.2-P5.

diffstat:

 usr.sbin/bind/lib/Makefile |  46 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 40 insertions(+), 6 deletions(-)

diffs (63 lines):

diff -r e18029bb6acd -r cea7c7db5aca usr.sbin/bind/lib/Makefile
--- a/usr.sbin/bind/lib/Makefile        Sat Dec 04 17:10:57 1999 +0000
+++ b/usr.sbin/bind/lib/Makefile        Sat Dec 04 17:11:01 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 1999/02/13 02:54:58 lukem Exp $
+#      $NetBSD: Makefile,v 1.2.2.1 1999/12/04 17:11:01 he Exp $
 
 LIB=bind
 
@@ -6,14 +6,48 @@
 MKPROFILE=no
 MKLINT=no
 
-CPPFLAGS+=     ${INCLUDE}
+CPPFLAGS+=     ${INCLUDE} -I${BIND_DIST_DIR}/lib/dst \
+               -DHMAC_MD5 -DUSE_MD5
+
+.include "${.CURDIR}/../Makefile.inc"
+.PATH: ${BIND_DIST_DIR}/lib/resolv \
+       ${BIND_DIST_DIR}/lib/isc \
+       ${BIND_DIST_DIR}/lib/inet \
+       ${BIND_DIST_DIR}/lib/nameser \
+       ${BIND_DIST_DIR}/lib/dst
 
-.include "${.CURDIR}/inet/Makefile.inc"
-.include "${.CURDIR}/isc/Makefile.inc"
-.include "${.CURDIR}/nameser/Makefile.inc"
-.include "${.CURDIR}/resolv/Makefile.inc"
+# ${BIND_DIST_DIR}/lib/resolv
+SRCS+= 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
+SRCS+= tree.c base64.c bitncmp.c assertions.c memcluster.c \
+       logging.c heap.c ctl_p.c ctl_srvr.c ctl_clnt.c \
+       eventlib.c ev_connects.c ev_files.c ev_timers.c \
+       ev_streams.c ev_waits.c
+# ${BIND_DIST_DIR}/lib/inet
+SRCS+= nsap_addr.c inet_addr.c inet_ntop.c inet_pton.c \
+       inet_ntoa.c inet_neta.c inet_net_ntop.c inet_net_pton.c \
+       inet_cidr_ntop.c inet_cidr_pton.c \
+       inet_lnaof.c inet_makeaddr.c inet_netof.c inet_network.c
+# ${BIND_DIST_DIR}/lib/nameser
+SRCS+= ns_parse.c ns_print.c ns_netint.c ns_ttl.c ns_name.c \
+       ns_sign.c ns_verify.c ns_date.c ns_samedomain.c
+# ${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
 
 # only needed during build
 libinstall::
 
+port_ipv6.h:
+       env CC="${CC}" /bin/sh ${BIND_DIST_DIR}/bin/probe_ipv6
+
+CLEANFILES+=port_ipv6.h
+
+# mention explicit dependency, so port_ipv6.h will appear timely
+res_debug.c: port_ipv6.h
+
 .include <bsd.lib.mk>
+
+${OBJS}: port_ipv6.h



Home | Main Index | Thread Index | Old Index