diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-24 00:23:34 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-24 00:23:34 +0000 |
commit | 5a367505553a5d93f6342a26d14076dd0b5a4b35 (patch) | |
tree | 59be625f38cbf1499f5e1ba7313e3f52bd7a340a /share | |
parent | 2dc3f5562649e191dc9a795382191d3f327c4ada (diff) | |
download | FreeBSD-src-5a367505553a5d93f6342a26d14076dd0b5a4b35.zip FreeBSD-src-5a367505553a5d93f6342a26d14076dd0b5a4b35.tar.gz |
Fix bogus all & clean rules.
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}; \ |