Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557

This commit is contained in:
Ed Maste 2015-04-17 16:02:49 +00:00
parent c5e8e000fc
commit 2d8d8e3c03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281659

View File

@ -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