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
This commit is contained in:
Ed Maste 2019-06-16 12:44:49 +00:00
parent 0f17b429d0
commit c6e475ff5a
1 changed files with 2 additions and 2 deletions

View File

@ -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