#	BSDI Makefile,v 2.1 1995/02/03 13:06:16 polk Exp
#
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	strip

install: maninstall
	install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
	    ${DESTDIR}${BINDIR}
	[ "X${STRIP}" != "X-s" ] || ./strip ${DESTDIR}${BINDIR}/strip
	[ "X${COPY}" = "X-c" ] || rm -f ./strip

.include <bsd.prog.mk>
