This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / strip / Makefile
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
# $Id$
PROG= strip
install: maninstall
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip
.include <bsd.prog.mk>