summaryrefslogtreecommitdiffstats
path: root/share/syscons
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-24 00:23:34 +0000
committerjkh <jkh@FreeBSD.org>1995-01-24 00:23:34 +0000
commit5a367505553a5d93f6342a26d14076dd0b5a4b35 (patch)
tree59be625f38cbf1499f5e1ba7313e3f52bd7a340a /share/syscons
parent2dc3f5562649e191dc9a795382191d3f327c4ada (diff)
downloadFreeBSD-src-5a367505553a5d93f6342a26d14076dd0b5a4b35.zip
FreeBSD-src-5a367505553a5d93f6342a26d14076dd0b5a4b35.tar.gz
Fix bogus all & clean rules.
Diffstat (limited to 'share/syscons')
-rw-r--r--share/syscons/fonts/Makefile5
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}; \
OpenPOWER on IntegriCloud