summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-20 18:04:26 +0000
committerbde <bde@FreeBSD.org>1996-09-20 18:04:26 +0000
commit6b0658e42a8a02e0a434e3dcf148253d1087ff57 (patch)
treeb6f11d80b57769ec6d12353166b4c50887ee241e /gnu
parent7ac8c0c4b9087b9e3f5e23b19aa6e918844b63ab (diff)
downloadFreeBSD-src-6b0658e42a8a02e0a434e3dcf148253d1087ff57.zip
FreeBSD-src-6b0658e42a8a02e0a434e3dcf148253d1087ff57.tar.gz
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.,
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/info-files/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile
index eeda5bd..fcccc6a 100644
--- a/gnu/usr.bin/texinfo/info-files/Makefile
+++ b/gnu/usr.bin/texinfo/info-files/Makefile
@@ -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>
OpenPOWER on IntegriCloud