From 37827b0a0022c6e643c514034bf6b9c9736a0bd9 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 4 Jun 1998 07:25:52 +0000 Subject: Simplified using new yacc rules. This will fix bugs when we stop picking up a possibly stale version of ns_parser.h from contrib/bind. --- usr.sbin/named/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index ff23b20..4bb24de 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1998/05/03 05:09:11 peter Exp $ +# $Id: Makefile,v 1.19 1998/05/03 05:25:09 peter Exp $ .include "${.CURDIR}/Makefile.inc" @@ -6,17 +6,15 @@ .PATH: ${BIND_DIR}/doc/man PROG= named -SRCS= tmp_version.c pathnames.h ns_parser.h \ +SRCS= tmp_version.c pathnames.h \ db_dump.c db_load.c db_lookup.c db_save.c db_update.c \ db_glue.c \ - ns_parser.c ns_lexer.c ns_parseutil.c \ + ns_parser.y ns_lexer.c ns_parseutil.c \ ns_forw.c ns_init.c ns_main.c ns_maint.c ns_req.c \ ns_resp.c ns_stats.c ns_ncache.c ns_xfr.c ns_glue.c \ ns_udp.c ns_config.c ns_update.c MAN8= named.8 -CLEANFILES+= ns_parser.c ns_parser.h y.tab.c t.tab.h - afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${BIND_DIR}/bin/named/named-bootconf.pl \ -- cgit v1.1