mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296218
@ -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