From c6e475ff5ab177d1bfa2fe8eaf9678fd165649fa Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sun, 16 Jun 2019 12:44:49 +0000 Subject: [PATCH] allow vt(4) fonts to be built from .bdf files vtfontcvt(8) can convert both .bdf and .hex inputs to binary vt(4) .fnt files. Event: Berlin Devsummit 2019 Sponsored by: The FreeBSD Foundation --- share/vt/fonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/vt/fonts/Makefile b/share/vt/fonts/Makefile index 685f0f5ae2b..94f5e35ed12 100644 --- a/share/vt/fonts/Makefile +++ b/share/vt/fonts/Makefile @@ -13,8 +13,8 @@ FILES= ${FONTS} INDEX.fonts CLEANFILES+= ${FONTS} -.SUFFIXES: .fnt .fnt.uu .hex -.hex.fnt: +.SUFFIXES: .bdf .fnt .fnt.uu .hex +.bdf.fnt .hex.fnt: vtfontcvt ${.IMPSRC} ${.TARGET} FILESDIR= ${SHAREDIR}/vt/fonts