summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a1a852f..6b5c9a3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -876,8 +876,13 @@ _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} \
OpenPOWER on IntegriCloud