summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
blob: aedea503d1587946a1db036b5a0bd5bc3c31a5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)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>
OpenPOWER on IntegriCloud