summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/binutils/strip/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile
index b204431adaf8..45b115993ee2 100644
--- a/gnu/usr.bin/binutils/strip/Makefile
+++ b/gnu/usr.bin/binutils/strip/Makefile
@@ -13,18 +13,6 @@ DPADD= ${RELTOP}/libbinutils/libbinutils.a
DPADD+= ${RELTOP}/libbfd/libbfd.a
DPADD+= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
-CLEANFILES+= maybe_stripped
-
-all: maybe_stripped
-
-realinstall:
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- maybe_stripped ${DESTDIR}${BINDIR}/strip
+INSTALLFLAGS= -S
.include <bsd.prog.mk>
-
-maybe_stripped: strip
- cp strip maybe_stripped
-.if defined(STRIP) && !empty(STRIP:M-s)
- -strip maybe_stripped
-.endif