diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-18 22:23:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-18 22:23:50 +0000 |
commit | b507bce77ee953ffde4f1b6ae9b03996237f52b4 (patch) | |
tree | d153e03c8c7151c1bae405e4226e8b09052e9a38 | |
parent | Update to use fileutils-3.16 (forgot "cvs add" the first time) (diff) |
Use freebsd: bulding target, faster i386 crc
Notes
Notes:
svn path=/head/; revision=7952
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index e8b45cb88a41..528224da7e74 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.13 1997/04/30 02:00:21 ache Exp $ +# $Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp $ # DISTNAME= unzip-5.3.1 @@ -15,7 +15,7 @@ MAINTAINER= ache@FreeBSD.ORG NO_WRKSUBDIR= YES MAKEFILE= unix/Makefile -ALL_TARGET= bsd +ALL_TARGET= freebsd MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 |