aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-02-29 18:35:16 +0000
committerEd Maste <emaste@FreeBSD.org>2016-02-29 18:35:16 +0000
commit68510f3bac1575787029bd6dd7defe3ac02bfcb9 (patch)
tree504bc8f2767743e9293cd32cd7690ca1adfeae6f
parenta304b6d089710af000a44a955e87d4971d4897ed (diff)
downloadsrc-68510f3bac1575787029bd6dd7defe3ac02bfcb9.tar.gz
src-68510f3bac1575787029bd6dd7defe3ac02bfcb9.zip
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.
Notes
Notes: svn path=/head/; revision=296218
-rw-r--r--share/vt/fonts/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/vt/fonts/Makefile b/share/vt/fonts/Makefile
index 051f2c1faadb..e8b1f0b5a428 100644
--- a/share/vt/fonts/Makefile
+++ b/share/vt/fonts/Makefile
@@ -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>