From b05ae433811a3221ba00585e87623b75fd0827ac Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 3 May 2005 15:10:59 +0000 Subject: Back out part of a change from revision 1.756 of bsd.pkg.mk. It was a mistake to include "GZIP" as an ${OPSYS}-specific variable as there is nothing ${OPSYS}-specific there to tune. Define GZIP in defaults/mk.conf instead, and remove the definition from each of the existing platform/${OPSYS}.mk files. --- mk/platform/AIX.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk/platform/AIX.mk') diff --git a/mk/platform/AIX.mk b/mk/platform/AIX.mk index 927ee102b49..1266e388ee2 100644 --- a/mk/platform/AIX.mk +++ b/mk/platform/AIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: AIX.mk,v 1.13 2005/03/29 08:17:42 garbled Exp $ +# $NetBSD: AIX.mk,v 1.14 2005/05/03 15:10:59 jlam Exp $ # # Variable definitions for the AIX operating system. @@ -48,7 +48,6 @@ GTAR?= /usr/bin/tar .endif GUNZIP_CMD?= ${LOCALBASE}/bin/gunzip -f GZCAT?= ${LOCALBASE}/bin/zcat -GZIP?= -9 GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP} HEAD?= /usr/bin/head HOSTNAME_CMD?= /bin/hostname -- cgit v1.2.3