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/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
deleted file mode 100644
index 204ef7c..0000000
--- a/usr.bin/strip/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
-
-PROG= strip
-MAN= strip.1aout
-BINDIR= /usr/libexec/aout
-CLEANFILES += maybe_stripped
-
-all: maybe_stripped
-
-maybe_stripped: strip
- cp -p strip maybe_stripped
-.if defined(STRIP)
-.if ${STRIP:M-s} != ""
- -strip maybe_stripped
-.endif
-.endif
-
-realinstall:
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- maybe_stripped ${DESTDIR}${BINDIR}/strip
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud