diff options
author | ache <ache@FreeBSD.org> | 1997-09-18 22:23:50 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-18 22:23:50 +0000 |
commit | b06ed30ad0742188499e76ca1150e2cc9cf1a129 (patch) | |
tree | 3116b3a0a6dd762b4e4761f1f69fa89cec7d64f6 /archivers | |
parent | 320e34df706aa5aa9bb82d7decdec4bcdd682c3e (diff) | |
download | FreeBSD-ports-b06ed30ad0742188499e76ca1150e2cc9cf1a129.zip FreeBSD-ports-b06ed30ad0742188499e76ca1150e2cc9cf1a129.tar.gz |
Use freebsd: bulding target, faster i386 crc
Diffstat (limited to 'archivers')
-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 e8b45cb..528224d 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 |