Fixed bogus obj target (found by objwarn check).

Removed unnecessary clean and cleandir targets.  The defaults are
adequate and we never bothered overriding the default for all,
depend, lint or tags.,
This commit is contained in:
bde 1996-09-20 18:04:26 +00:00
parent 7ac8c0c4b9
commit 6b0658e42a

View File

@ -3,12 +3,10 @@
#
INFOFILES= dir
NOOBJ= noobj
install:
${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
${DESTDIR}${INFODIR}
clean cleandir obj:
@echo -n
.include <bsd.prog.mk>