Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/bind Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/71454367d203
branches:  netbsd-3
changeset: 577364:71454367d203
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Oct 15 16:45:21 2005 +0000

description:
Pull up following revision(s) (requested by rpaulo in ticket #881):
        usr.sbin/bind/Makefile: revision 1.14
        usr.sbin/bind/Makefile.inc: revision 1.20
Install HTML BIND 9 Documentation

diffstat:

 usr.sbin/bind/Makefile     |  4 ++--
 usr.sbin/bind/Makefile.inc |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 0f86877fe45e -r 71454367d203 usr.sbin/bind/Makefile
--- a/usr.sbin/bind/Makefile    Sat Oct 15 16:44:19 2005 +0000
+++ b/usr.sbin/bind/Makefile    Sat Oct 15 16:45:21 2005 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.13 2004/05/23 03:16:40 lukem Exp $
+#      $NetBSD: Makefile,v 1.13.2.1 2005/10/15 16:45:21 riz Exp $
 
 SUBDIR= libbind9 libdns libisc libisccc libisccfg liblwres .WAIT \
-       dig host named nslookup nsupdate rndc rndc-confgen
+       html dig host named nslookup nsupdate rndc rndc-confgen
 
 .include "Makefile.inc"
 
diff -r 0f86877fe45e -r 71454367d203 usr.sbin/bind/Makefile.inc
--- a/usr.sbin/bind/Makefile.inc        Sat Oct 15 16:44:19 2005 +0000
+++ b/usr.sbin/bind/Makefile.inc        Sat Oct 15 16:45:21 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.19 2005/01/10 03:01:18 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.19.2.1 2005/10/15 16:45:21 riz Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -11,6 +11,8 @@
 
 IDIST=         ${NETBSDSRCDIR}/dist/bind
 BIND_SRCDIR=   ${NETBSDSRCDIR}/usr.sbin/bind
+BIND_HTMLDIR=  /usr/share/doc/html/bind9
+
 .include "${IDIST}/version"
 
 VERSION=${MAJORVER}.${MINORVER}.${PATCHVER}${RELEASETYPE}${RELEASEVER}



Home | Main Index | Thread Index | Old Index