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
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user