Removed rm -f strip, that command keeps make install's from being repeatable.
[unix-history] / usr.bin / strip / Makefile
# @(#)Makefile 5.4 (Berkeley) 5/11/90
PROG= strip
install: maninstall
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
.include <bsd.prog.mk>