From f1829643c4761cd00d1166fe4042d872e5871daa Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Wed, 6 Jan 2021 14:45:40 +0200 Subject: [PATCH] vtfontcvt is part of bootstrap toolset and should always be built Reported by: Peter Jeremy --- Makefile.inc1 | 4 ++-- 1 file 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