Fix bogus all & clean rules.

This commit is contained in:
Jordan K. Hubbard 1995-01-24 00:23:34 +00:00
parent 4eed8738b3
commit b37499c044
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5822

View file

@ -8,9 +8,8 @@ FONTDIR = /usr/share/syscons/fonts
NOMAN = noman
all:;
clean:;
all clean:
@echo -n
install:
cd ${.CURDIR}; \