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.
This commit is contained in:
Ed Maste 2016-02-29 18:35:16 +00:00
parent a304b6d089
commit 68510f3bac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296218

View File

@ -14,9 +14,6 @@ CLEANFILES+= ${FILES}
.hex.fnt:
vtfontcvt ${.IMPSRC} ${.TARGET}
.fnt.uu.fnt:
uudecode -p < ${.IMPSRC} > ${.TARGET}
FILESDIR= ${SHAREDIR}/vt/fonts
.include <bsd.prog.mk>