The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c910c7a3d224764adf53581cc097cefb6f963502
commit c910c7a3d224764adf53581cc097cefb6f963502 Author: Ed Maste <[email protected]> AuthorDate: 2025-12-28 15:52:13 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-12-28 15:53:45 +0000 vt: Remove .fnt.uu from Makefile SUFFIXES The uudecode make rule was removed years ago. Fixes: 68510f3bac15 ("Remove uudecode make rule for vt fonts") --- share/vt/fonts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/vt/fonts/Makefile b/share/vt/fonts/Makefile index 01f56a235e5e..706207e70070 100644 --- a/share/vt/fonts/Makefile +++ b/share/vt/fonts/Makefile @@ -21,7 +21,7 @@ FILES= ${FONTS} INDEX.fonts CLEANFILES+= ${FONTS} -.SUFFIXES: .bdf .fnt .fnt.uu .hex +.SUFFIXES: .bdf .fnt .hex .bdf.fnt .hex.fnt: vtfontcvt -o ${.TARGET} ${.IMPSRC}
