The branch stable/15 has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ad4cfaafb83343dc77a77cfe8768fe4e02a1a304

commit ad4cfaafb83343dc77a77cfe8768fe4e02a1a304
Author:     Ed Maste <[email protected]>
AuthorDate: 2025-12-28 15:52:13 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2026-01-05 16:23:31 +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")
    (cherry picked from commit c910c7a3d224764adf53581cc097cefb6f963502)
---
 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}
 

Reply via email to