HardenedBSD/share/vt/fonts/Makefile
Ed Maste 68510f3bac Remove uudecode make rule for vt fonts
vt(4) fonts are provided in either .bdf or .hex form, and the binary
.fnt file is generated by vtfontcvt at build time.
2016-02-29 18:35:16 +00:00

20 lines
307 B
Makefile

# $FreeBSD$
FILES= gallant.fnt \
vgarom-8x8.fnt \
vgarom-8x14.fnt \
vgarom-8x16.fnt \
vgarom-16x32.fnt \
vgarom-thin-8x8.fnt \
vgarom-thin-8x16.fnt
CLEANFILES+= ${FILES}
.SUFFIXES: .fnt .fnt.uu .hex
.hex.fnt:
vtfontcvt ${.IMPSRC} ${.TARGET}
FILESDIR= ${SHAREDIR}/vt/fonts
.include <bsd.prog.mk>