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:
parent
7ac8c0c4b9
commit
6b0658e42a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user