Fix bogus dummy rule (sigh).

This commit is contained in:
Jordan K. Hubbard 1995-01-23 23:43:35 +00:00
parent 745bdc24b4
commit 7884c1e534
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ INFOFILES= dir
install:
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
clean cleandir obj:;
clean cleandir obj:
@echo -n
.include <bsd.prog.mk>