diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/syscons/fonts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index c57f5cb..4a5337f 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -8,9 +8,8 @@ FONTDIR = /usr/share/syscons/fonts NOMAN = noman -all:; - -clean:; +all clean: + @echo -n install: cd ${.CURDIR}; \ |