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:
parent
a304b6d089
commit
68510f3bac
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user