summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
blob: e2ba84a45d0a816f4c494148485498b10458f5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	strip
MAN1=	strip.1

all: maybe_stripped

maybe_stripped: strip
	cp -p strip maybe_stripped
.if ${STRIP:M-s} != ""
	./strip maybe_stripped
.endif

install: maninstall
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    maybe_stripped ${DESTDIR}${BINDIR}/strip

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