diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-12-28 15:52:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-28 15:53:45 +0000 |
| commit | c910c7a3d224764adf53581cc097cefb6f963502 (patch) | |
| tree | 0687879357e9d7240b3656c6e945929539119055 | |
| parent | faeaa25f562493370a5da84b429ab0a117c3213a (diff) | |
vt: Remove .fnt.uu from Makefile SUFFIXES
The uudecode make rule was removed years ago.
Fixes: 68510f3bac15 ("Remove uudecode make rule for vt fonts")
| -rw-r--r-- | share/vt/fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
