diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-24 00:23:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-24 00:23:34 +0000 |
| commit | b37499c044077b2c94984990fa2ceaaa378f04db (patch) | |
| tree | 59be625f38cbf1499f5e1ba7313e3f52bd7a340a /share/syscons | |
| parent | 4eed8738b397044d13099a1b8b34fe59d4570310 (diff) | |
Notes
Diffstat (limited to 'share/syscons')
| -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 c57f5cb9b546..4a5337fbb240 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}; \ |
