xref: /original-bsd/usr.bin/strip/Makefile (revision a5e8528f)
1#	@(#)Makefile	5.4 (Berkeley) 05/11/90
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