Add localedef(1) to bootstrap tools
This commit is contained in:
parent
057ca2d437
commit
57df665ac1
@ -1370,6 +1370,8 @@ ${_bt}-usr.bin/mandoc: ${_bt}-lib/libohash ${_bt}-lib/libsqlite3
|
|||||||
_makewhatis=usr.bin/makewhatis
|
_makewhatis=usr.bin/makewhatis
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
${_bt}-usr.bin/localedef: ${_bt}-cddl/lib/libavl
|
||||||
|
|
||||||
# Rebuild up-to-date libmd for xinstall
|
# Rebuild up-to-date libmd for xinstall
|
||||||
${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
|
${_bt}-usr.bin/xinstall: ${_bt}-lib/libmd
|
||||||
|
|
||||||
@ -1403,7 +1405,9 @@ bootstrap-tools: .PHONY
|
|||||||
usr.sbin/config \
|
usr.sbin/config \
|
||||||
${_crunch} \
|
${_crunch} \
|
||||||
${_nmtree} \
|
${_nmtree} \
|
||||||
${_vtfontcvt}
|
${_vtfontcvt} \
|
||||||
|
cddl/lib/libavl \
|
||||||
|
usr.bin/localedef
|
||||||
${_bt}-${_tool}: .PHONY .MAKE
|
${_bt}-${_tool}: .PHONY .MAKE
|
||||||
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
|
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
|
||||||
cd ${.CURDIR}/${_tool} && \
|
cd ${.CURDIR}/${_tool} && \
|
||||||
|
Loading…
Reference in New Issue
Block a user