From 57df665ac19eb9ed9dc05718c2ac0a798beab941 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 8 Aug 2015 00:18:32 +0000 Subject: [PATCH] Add localedef(1) to bootstrap tools --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index abb3b1d71cd9..f102ac6d1ab4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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} && \