Fix bootstrap on systems with old yacc with small MAXTABLE.

This commit is contained in:
Jung-uk Kim 2015-02-18 23:10:15 +00:00
parent 1c0e1b6da9
commit 9c633deb70

View File

@ -1247,11 +1247,6 @@ _m4= lib/libohash \
usr.bin/m4
.endif
.if ${BOOTSTRAPPING} < 1000013
_yacc= lib/liby \
usr.bin/yacc
.endif
.if ${BOOTSTRAPPING} < 1000014
_crunch= usr.sbin/crunch
.endif
@ -1273,6 +1268,11 @@ _lex= usr.bin/lex
_awk= usr.bin/awk
.endif
.if ${BOOTSTRAPPING} < 1001506
_yacc= lib/liby \
usr.bin/yacc
.endif
.if ${MK_BSNMP} != "no"
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif