summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
blob: c597a981d92febf6d79670bfaa38beeb8c55e714 (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 ${BINGRP} -m ${BINMODE} strip \
	    ${DESTDIR}${BINDIR}
	./strip ${DESTDIR}${BINDIR}/strip

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