summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-08-08 00:18:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-08-08 00:18:32 +0000
commit57df665ac19eb9ed9dc05718c2ac0a798beab941 (patch)
treeba441c5f6354767250b0b69d7d2a78316fe2d637 /Makefile.inc1
parent057ca2d4372f94cc0911c140cd4d8f117fe9b26a (diff)
downloadsrc-test2-57df665ac19eb9ed9dc05718c2ac0a798beab941.tar.gz
src-test2-57df665ac19eb9ed9dc05718c2ac0a798beab941.zip
Add localedef(1) to bootstrap tools
Notes
Notes: svn path=/projects/collation/; revision=286433
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
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} && \