mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Conditionally add mklocale to bootstrap-tools
This commit is contained in:
parent
0a8390f726
commit
50df6ee330
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175583
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user