mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix recent breakage in rescue. We need to build a new crunchgen
that will not emit the bad MAKE=make line that caused the breakage. Submitted by: ru
This commit is contained in:
parent
4eb32c7e19
commit
de5b5e45a0
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ _yacc= usr.bin/yacc
|
|||
.endif
|
||||
|
||||
.if !defined(NO_RESCUE) && \
|
||||
${BOOTSTRAPPING} < 501100
|
||||
${BOOTSTRAPPING} < 502128
|
||||
_crunchgen= usr.sbin/crunch/crunchgen
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue