diff options
author | jlam <jlam> | 2005-05-03 19:35:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-03 19:35:24 +0000 |
commit | bda25b56d294a0f2afc0893224e73a21936df912 (patch) | |
tree | c1526d8959884a8cbea0ecc7dd284df922106839 /mk/platform | |
parent | 303cbf69e91fa66f1e12221c0e6c1927c4725e0e (diff) | |
download | pkgsrc-bda25b56d294a0f2afc0893224e73a21936df912.tar.gz |
Nuke stray GZIP definitions that I missed in a previous commit.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/SunOS.mk | 3 | ||||
-rw-r--r-- | mk/platform/UnixWare.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index e1322cc7584..ed78770d24f 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.12 2005/05/03 18:30:12 jlam Exp $ +# $NetBSD: SunOS.mk,v 1.13 2005/05/03 19:35:24 jlam Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -44,7 +44,6 @@ GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP} .elif exists(/usr/bin/gzip) GUNZIP_CMD?= /usr/bin/gzip -df GZCAT?= /usr/bin/gzip -cd -GZIP?= -9 GZIP_CMD?= /usr/bin/gzip -nf ${GZIP} .endif HEAD?= /usr/bin/head diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk index 3d01d445824..200e0b0f0d7 100644 --- a/mk/platform/UnixWare.mk +++ b/mk/platform/UnixWare.mk @@ -1,4 +1,4 @@ -# $NetBSD: UnixWare.mk,v 1.10 2005/05/03 18:30:12 jlam Exp $ +# $NetBSD: UnixWare.mk,v 1.11 2005/05/03 19:35:24 jlam Exp $ # # Variable definitions for the UnixWare 7 operating system. @@ -44,7 +44,6 @@ GZIP_CMD?= ${LOCALBASE}/bin/gzip -nf ${GZIP} .elif exists(/usr/local/bin/gzip) GUNZIP_CMD?= /usr/local/bin/gzip -df GZCAT?= /usr/local/bin/gzip -cd -GZIP?= -9 GZIP_CMD?= /usr/local/bin/gzip -nf ${GZIP} .endif HEAD?= /usr/bin/head |