4.4BSD/usr/src/usr.bin/strip/Makefile

#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	strip

install: maninstall
	install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
	    ${DESTDIR}${BINDIR}
	./strip ${DESTDIR}${BINDIR}/strip
	rm -f ./strip

.include <bsd.prog.mk>