summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2008-01-23 00:16:37 +0000
committerache <ache@FreeBSD.org>2008-01-23 00:16:37 +0000
commit66dc6c3da87711400e78c3e022ccf201cb79fb8f (patch)
tree9d3180a94501bb6159406a72e2f1b3093d0db13a /Makefile.inc1
parentfa95b66299ea2dafdcb1a96c4688471396ccfba1 (diff)
downloadFreeBSD-src-66dc6c3da87711400e78c3e022ccf201cb79fb8f.zip
FreeBSD-src-66dc6c3da87711400e78c3e022ccf201cb79fb8f.tar.gz
Conditionally add mklocale to bootstrap-tools
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 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