summaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-04 10:31:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-04 10:31:38 +0000
commit6d8cc168a62f82fae6bff1f57c633f36a5692d04 (patch)
tree1ec95e6ba7447feae399192830019fec72aebe99 /archivers/unzip/Makefile
parentUpgrade to v1.01. (diff)
Make this work on the ALPHA
Notes
Notes: svn path=/head/; revision=13626
Diffstat (limited to '')
-rw-r--r--archivers/unzip/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 727abc5cc793..d98bb867c248 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.17 1998/01/23 00:43:43 jseger Exp $
+# $Id: Makefile,v 1.18 1998/01/24 07:11:16 jkh Exp $
#
DISTNAME= unzip532
@@ -15,7 +15,11 @@ MAINTAINER= ache@FreeBSD.ORG
WRKSRC= ${WRKDIR}/unzip-5.32
MAKEFILE= unix/Makefile
+.if ${MACHINE_ARCH} == alpha
+ALL_TARGET= bsd
+.else
ALL_TARGET= freebsd
+.endif
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1