Add localedef(1) to bootstrap tools

This commit is contained in:
Baptiste Daroussin 2015-08-08 00:18:32 +00:00
parent 057ca2d437
commit 57df665ac1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/collation/; revision=286433

View File

@ -1370,6 +1370,8 @@ ${_bt}-usr.bin/mandoc: ${_bt}-lib/libohash ${_bt}-lib/libsqlite3
_makewhatis=usr.bin/makewhatis
.endif
${_bt}-usr.bin/localedef: ${_bt}-cddl/lib/libavl
# Rebuild up-to-date libmd for xinstall
${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
@ -1403,7 +1405,9 @@ bootstrap-tools: .PHONY
usr.sbin/config \
${_crunch} \
${_nmtree} \
${_vtfontcvt}
${_vtfontcvt} \
cddl/lib/libavl \
usr.bin/localedef
${_bt}-${_tool}: .PHONY .MAKE
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \