aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2021-01-06 12:45:40 +0000
committerToomas Soome <tsoome@FreeBSD.org>2021-01-06 12:52:13 +0000
commitf1829643c4761cd00d1166fe4042d872e5871daa (patch)
tree893c5654dffaec7b5a5864d1cfa4f4b1898c8fb6 /Makefile.inc1
parentbabda0952f8355a89b3241d5e8943c7da0fa4f6b (diff)
downloadsrc-f1829643c4761cd00d1166fe4042d872e5871daa.tar.gz
src-f1829643c4761cd00d1166fe4042d872e5871daa.zip
vtfontcvt is part of bootstrap toolset and should always be built
Reported by: Peter Jeremy
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a19fde9195cf..1bf174419da0 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2190,9 +2190,9 @@ ${_bt}-usr.sbin/config: ${_bt}-lib/libnv ${_bt}-lib/libsbuf
_strfile= usr.bin/fortune/strfile
.endif
-.if ${MK_VT} != "no"
+# vtfontcvt is used to build font files for loader and to generate
+# C source for loader built in font (8x16.c).
_vtfontcvt= usr.bin/vtfontcvt
-.endif
# If we are not building the bootstrap because BOOTSTRAPPING is sufficient
# we symlink the host version to $WORLDTMP instead. By doing this we can also