summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-06-12 18:31:32 +0000
committeremaste <emaste@FreeBSD.org>2014-06-12 18:31:32 +0000
commitd987fe0880ed044588ad7e5fe5e2be4a32cb5380 (patch)
tree7103e9d050c7a8f167a394db7c6fb63aa64f0031 /Makefile.inc1
parente0274538340fc64ae928d791cb96bf0619c7559c (diff)
downloadFreeBSD-src-d987fe0880ed044588ad7e5fe5e2be4a32cb5380.zip
FreeBSD-src-d987fe0880ed044588ad7e5fe5e2be4a32cb5380.tar.gz
Build vt(4) fonts during buildworld
vtfontcvt(8) is now built during buildworld, so can be used as a bootstrap tool to create vt(4) fonts from source .hex or .bdf font files, rather than having uuencoded binary fonts in the tree. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 344da99..ac5692d 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1196,6 +1196,10 @@ _gperf= gnu/usr.bin/gperf
_groff= gnu/usr.bin/groff
.endif
+.if ${MK_VT_SUPPORT} != "no"
+_vtfontcvt= usr.bin/vtfontcvt
+.endif
+
.if ${BOOTSTRAPPING} < 900002
_sed= usr.bin/sed
.endif
@@ -1295,7 +1299,8 @@ bootstrap-tools: .MAKE
${_gensnmptree} \
usr.sbin/config \
${_crunch} \
- ${_nmtree}
+ ${_nmtree} \
+ ${_vtfontcvt}
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
${MAKE} DIRPRFX=${_tool}/ obj && \
OpenPOWER on IntegriCloud