summaryrefslogtreecommitdiff
path: root/mk/platform/IRIX.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-03 15:10:59 +0000
committerjlam <jlam>2005-05-03 15:10:59 +0000
commitd628581a2577d274516329f9a112efeb46048bee (patch)
tree25ccf53ecaaf1c10ec4170317a3d9832dc41687a /mk/platform/IRIX.mk
parent613ca7ce42e56ea7d8181fb34c81cb2403dbdf04 (diff)
downloadpkgsrc-d628581a2577d274516329f9a112efeb46048bee.tar.gz
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.
Diffstat (limited to 'mk/platform/IRIX.mk')
-rw-r--r--mk/platform/IRIX.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index c5a1c7fb610..718ce6d06dc 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.11 2005/04/16 20:03:02 schwarz Exp $
+# $NetBSD: IRIX.mk,v 1.12 2005/05/03 15:10:59 jlam Exp $
#
# Variable definitions for the IRIX operating system.
@@ -36,7 +36,6 @@ GZCAT?= /usr/sbin/gzcat
.else
GZCAT?= /usr/bsd/zcat
.endif
-GZIP?= -9
GZIP_CMD?= /usr/sbin/gzip -nf ${GZIP}
HEAD?= /usr/bsd/head
HOSTNAME_CMD?= /usr/bsd/hostname