Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/bind/named Pullup 1.10 [releng]:



details:   https://anonhg.NetBSD.org/src/rev/d5ddfd359a55
branches:  netbsd-1-5
changeset: 490217:d5ddfd359a55
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Nov 13 22:11:32 2000 +0000

description:
Pullup 1.10 [releng]:
correct yacc-generated file handling.  remove bin/named/ns_parser.h,
use the header yacc generates at compilation time.

diffstat:

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

diffs (17 lines):

diff -r e0fde4aee03b -r d5ddfd359a55 usr.sbin/bind/named/Makefile
--- a/usr.sbin/bind/named/Makefile      Mon Nov 13 22:00:05 2000 +0000
+++ b/usr.sbin/bind/named/Makefile      Mon Nov 13 22:11:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 1999/11/28 16:58:16 veego Exp $
+#      $NetBSD: Makefile,v 1.8.4.1 2000/11/13 22:11:32 tv Exp $
 
 .include "../Makefile.inc"
 .PATH:         ${BIND_DIST_DIR}/bin/named \
@@ -18,6 +18,7 @@
 LDADD=         ${LIBRARY}
 CLEANFILES+=   y.tab.h named-bootconf tmp_version.c pathnames.h
 MAN=           ${PROG}.8 named.conf.5
+YHEADER=       yes
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index