xref: /original-bsd/usr.bin/strip/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3PROG=	strip
4
5install: maninstall
6	install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
7	    ${DESTDIR}${BINDIR}
8	./strip ${DESTDIR}${BINDIR}/strip
9	rm -f ./strip
10
11.include <bsd.prog.mk>
12