summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-05-19 02:08:52 +0000
committermarcel <marcel@FreeBSD.org>2012-05-19 02:08:52 +0000
commite4f9a6f0da4df0b63da52d22e014fb479e7cb692 (patch)
tree26868e82bf6974679668ebf70fb006f114113dfd /Makefile.inc1
parent90b88756cf2b35e91f98b7526964eb9550d7eb5a (diff)
downloadFreeBSD-src-e4f9a6f0da4df0b63da52d22e014fb479e7cb692.zip
FreeBSD-src-e4f9a6f0da4df0b63da52d22e014fb479e7cb692.tar.gz
Fix bootstrapping from FreeBSD 7.x: we also need to build ar.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 52a9174..65e67b7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1007,6 +1007,10 @@ _gperf= gnu/usr.bin/gperf
_groff= gnu/usr.bin/groff
.endif
+.if ${BOOTSTRAPPING} < 800022
+_ar= usr.bin/ar
+.endif
+
.if ${BOOTSTRAPPING} < 800013
_mklocale= usr.bin/mklocale
.endif
@@ -1069,6 +1073,7 @@ bootstrap-tools:
${_strfile} \
${_gperf} \
${_groff} \
+ ${_ar} \
${_dtc} \
${_awk} \
usr.bin/lorder \
OpenPOWER on IntegriCloud