diff options
author | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 09:23:32 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 1999-06-08 09:23:32 +0000 |
commit | 681e3f8e2946b6286bd589943af0c6a91aabd963 (patch) | |
tree | 7a524f7f1d558bace717852a7a5a7e46aa8f4d49 | |
parent | Upgrade to Apache 1.3.6 + mod_ssl 2.3.2 (diff) |
Add strip to Makefile to reduce file size on 3.x systems
Notes
Notes:
svn path=/head/; revision=19306
-rw-r--r-- | misc/vbidecode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/vbidecode/Makefile b/misc/vbidecode/Makefile index fda8c111c622..3914d2a07eb8 100644 --- a/misc/vbidecode/Makefile +++ b/misc/vbidecode/Makefile @@ -3,7 +3,7 @@ # Date created: Mon June 7 16:11:00 BST 1999 # Whom: Roger Hardiman <roger@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1999/06/07 22:10:30 roger Exp $ +# $Id: Makefile,v 1.2 1999/06/07 22:23:36 roger Exp $ # # Note: vbidecode is one part of the bttv distribution, the Linux bt848 driver # It therefore has a DISTNAME of vbidecode but DISTFILES of bttv @@ -19,5 +19,6 @@ WRKSRC= ${WRKDIR}/bttv/apps/vbidecode do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vbidecode ${PREFIX}/bin + @strip ${PREFIX}/bin/vbidecode .include <bsd.port.mk> |