From 68510f3bac1575787029bd6dd7defe3ac02bfcb9 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 29 Feb 2016 18:35:16 +0000 Subject: [PATCH] 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. --- share/vt/fonts/Makefile | 3 --- 1 file changed, 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