summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc110
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 039d879..eebd76e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -876,6 +876,10 @@ _groff= gnu/usr.bin/groff/tmac
_ar= usr.bin/ar
.endif
+.if ${BOOTSTRAPPING} < 800013
+_mklocale= usr.bin/mklocale
+.endif
+
.if ${BOOTSTRAPPING} < 700018
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
@@ -885,19 +889,15 @@ _gensnmptree= usr.sbin/bsnmpd/gensnmptree
_crunchgen= usr.sbin/crunch/crunchgen
.endif
-.if ${BOOTSTRAPPING} < 800013
-_mklocale= usr.bin/mklocale
-.endif
-
bootstrap-tools:
.for _tool in \
- ${_mklocale} \
${_strfile} \
${_gperf} \
${_groff} \
${_ar} \
usr.bin/lorder \
usr.bin/makewhatis \
+ ${_mklocale} \
usr.bin/rpcgen \
usr.bin/xinstall \
${_gensnmptree} \
OpenPOWER on IntegriCloud