mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:51:04 +01:00
Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557
This commit is contained in:
parent
c5e8e000fc
commit
2d8d8e3c03
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281659
@ -1281,10 +1281,6 @@ _m4= lib/libohash \
|
||||
${_bt}-usr.bin/m4: ${_bt}-lib/libohash
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 1000014
|
||||
_crunch= usr.sbin/crunch
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 1000026
|
||||
_nmtree= lib/libnetbsd \
|
||||
usr.sbin/nmtree
|
||||
@ -1300,6 +1296,10 @@ _cat= bin/cat
|
||||
_lex= usr.bin/lex
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 1001507
|
||||
_crunch= usr.sbin/crunch
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
|
||||
_awk= usr.bin/awk
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user