From 8b4c16d52153c2fd8c7ff3059e8042f483a0983c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 4 Oct 1998 23:18:12 +0000 Subject: s/MACHINE_ARCH/ARCH/ Suggested by: Bill Fenner --- archivers/unzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index d98bb867c248..9fdaa7aba516 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.18 1998/01/24 07:11:16 jkh Exp $ +# $Id: Makefile,v 1.19 1998/10/04 10:31:38 jkh Exp $ # DISTNAME= unzip532 @@ -15,7 +15,7 @@ MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/unzip-5.32 MAKEFILE= unix/Makefile -.if ${MACHINE_ARCH} == alpha +.if ${ARCH} == alpha ALL_TARGET= bsd .else ALL_TARGET= freebsd -- cgit v1.2.3