summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-20 19:23:42 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-20 19:23:42 +0000
commitfd4655806e7041d768cdf3b85f40272761a9e82a (patch)
tree4beb992c54a5fbfe29596a17ec8fb102e45b414a /misc
parentHonor NOMANCOMPRESS. (diff)
Strip the binaries.
Notes
Notes: svn path=/head/; revision=4057
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 9d4d6dfa369f..253b4808434c 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.4 1996/10/01 03:53:49 gpalmer Exp $
+# $Id: Makefile,v 1.5 1996/10/20 15:22:09 max Exp $
#
DISTNAME= mc-3.2.1
@@ -16,6 +16,7 @@ CONFIGURE_ARGS= --with-ncurses
STRIP=
post-install:
+ @/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv
.if !defined(NOMANCOMPRESS)
@gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8
.endif