summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strip/Makefile')
-rw-r--r--usr.bin/strip/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
new file mode 100644
index 0000000..aedea50
--- /dev/null
+++ b/usr.bin/strip/Makefile
@@ -0,0 +1,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