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.
This commit is contained in:
Bruce Evans 1998-06-04 07:25:52 +00:00
parent 55cb6cf5fb
commit 68a5c45fb2

View File

@ -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 \