This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / strip / Makefile
index bfb2b48..aea2ce3 100644 (file)
@@ -1,4 +1,5 @@
-#      @(#)Makefile    5.4 (Berkeley) 5/11/90
+#      from: @(#)Makefile      5.4 (Berkeley) 5/11/90
+#      $Id$
 
 PROG=  strip
 
 
 PROG=  strip
 
@@ -6,6 +7,5 @@ install: maninstall
        install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
            ${DESTDIR}${BINDIR}
        ./strip ${DESTDIR}${BINDIR}/strip
        install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
            ${DESTDIR}${BINDIR}
        ./strip ${DESTDIR}${BINDIR}/strip
-       rm -f ./strip
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>