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:
Bruce Evans 1996-09-20 18:04:26 +00:00
parent 253c0899b2
commit 7dbead4e23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18430

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>