summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-04-17 16:02:49 +0000
committeremaste <emaste@FreeBSD.org>2015-04-17 16:02:49 +0000
commit0a275e6d961f557564f1fe6f72ba829e95838ed7 (patch)
tree8cf425f666462e3dcc639679baa572f27f3f4654 /Makefile.inc1
parent8d6c47c77cacbe7a29abc807c10cd8b7bebe5fad (diff)
downloadFreeBSD-src-0a275e6d961f557564f1fe6f72ba829e95838ed7.zip
FreeBSD-src-0a275e6d961f557564f1fe6f72ba829e95838ed7.tar.gz
Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 56b9e4a..17fda49 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud