Prodded by:	obrien
This commit is contained in:
Ruslan Ermilov 2008-02-25 16:29:54 +00:00
parent d0ca999980
commit 0be8836d91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176557

View File

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