summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
blob: f713477073fc81af4852f2fe8f35d94b6a9658f9 (plain)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	strip

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud