Conditionally add mklocale to bootstrap-tools

This commit is contained in:
Andrey A. Chernov 2008-01-23 00:16:37 +00:00
parent 0a8390f726
commit 50df6ee330
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175583

View File

@ -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} \