Fix bootstrap on systems with old yacc with small MAXTABLE.
This commit is contained in:
parent
1c0e1b6da9
commit
9c633deb70
@ -1247,11 +1247,6 @@ _m4= lib/libohash \
|
|||||||
usr.bin/m4
|
usr.bin/m4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${BOOTSTRAPPING} < 1000013
|
|
||||||
_yacc= lib/liby \
|
|
||||||
usr.bin/yacc
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${BOOTSTRAPPING} < 1000014
|
.if ${BOOTSTRAPPING} < 1000014
|
||||||
_crunch= usr.sbin/crunch
|
_crunch= usr.sbin/crunch
|
||||||
.endif
|
.endif
|
||||||
@ -1273,6 +1268,11 @@ _lex= usr.bin/lex
|
|||||||
_awk= usr.bin/awk
|
_awk= usr.bin/awk
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${BOOTSTRAPPING} < 1001506
|
||||||
|
_yacc= lib/liby \
|
||||||
|
usr.bin/yacc
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_BSNMP} != "no"
|
.if ${MK_BSNMP} != "no"
|
||||||
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
|
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user