summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
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