Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/bind/named Forgot to commit this: install "named.co...



details:   https://anonhg.NetBSD.org/src/rev/aba7de8b8211
branches:  trunk
changeset: 467724:aba7de8b8211
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Mar 28 00:28:17 1999 +0000

description:
Forgot to commit this: install "named.conf.5".

diffstat:

 usr.sbin/bind/named/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e4f677872d4 -r aba7de8b8211 usr.sbin/bind/named/Makefile
--- a/usr.sbin/bind/named/Makefile      Sat Mar 27 23:27:57 1999 +0000
+++ b/usr.sbin/bind/named/Makefile      Sun Mar 28 00:28:17 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 1998/12/15 01:06:04 tron Exp $
+#      $NetBSD: Makefile,v 1.5 1999/03/28 00:28:17 tron Exp $
 
 .PATH:         ${.CURDIR}/../man
 
@@ -13,7 +13,7 @@
 CPPFLAGS+=     ${INCLUDE}
 LDADD=         ${LIBRARY}
 CLEANFILES+=   y.tab.h named-bootconf tmp_version.c
-MAN=           ${PROG}.8 named-bootconf.8
+MAN=           ${PROG}.8 named.conf.5 named-bootconf.8
 SCRIPTS=       named-bootconf.sh
 
 HOSTNAMECMD=   hostname



Home | Main Index | Thread Index | Old Index