Sort bootstrap-tools entries.

This commit is contained in:
Ruslan Ermilov 2006-03-31 14:10:35 +00:00
parent 905c41b537
commit d6acfaf5e6

View File

@ -809,6 +809,10 @@ _gencat= usr.bin/gencat
_mklocale= usr.bin/mklocale _mklocale= usr.bin/mklocale
.endif .endif
.if ${BOOTSTRAPPING} < 700015
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
.if ${MK_RESCUE} != "no" && \ .if ${MK_RESCUE} != "no" && \
${BOOTSTRAPPING} < 600008 ${BOOTSTRAPPING} < 600008
_crunchgen= usr.sbin/crunch/crunchgen _crunchgen= usr.sbin/crunch/crunchgen
@ -818,10 +822,6 @@ _crunchgen= usr.sbin/crunch/crunchgen
_pwd_mkdb= usr.sbin/pwd_mkdb _pwd_mkdb= usr.sbin/pwd_mkdb
.endif .endif
.if ${BOOTSTRAPPING} < 700015
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
.endif
bootstrap-tools: bootstrap-tools:
.for _tool in \ .for _tool in \
${_strfile} \ ${_strfile} \
@ -836,8 +836,8 @@ bootstrap-tools:
${_mklocale} \ ${_mklocale} \
usr.bin/rpcgen \ usr.bin/rpcgen \
usr.bin/xinstall \ usr.bin/xinstall \
usr.sbin/config \
${_gensnmptree} \ ${_gensnmptree} \
usr.sbin/config \
${_crunchgen} \ ${_crunchgen} \
${_pwd_mkdb} ${_pwd_mkdb}
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \