diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-09 14:55:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-09 14:55:12 +0000 |
commit | b4eeba5779b80aabe38608c88c6f14fe43a18595 (patch) | |
tree | 8cba820cd81fa353d7adc2855d17704aa629bc46 /distrib/sparc64/ramdiskB | |
parent | 4640939a5869542e27d79b594a5c48d5cce10aa8 (diff) |
Add -n to gzip flags. Save a few bytes since we no longer save
the uncompressed filename in the gzip header.
Diffstat (limited to 'distrib/sparc64/ramdiskB')
-rw-r--r-- | distrib/sparc64/ramdiskB/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile index 4df56f49595..e06ae7644de 100644 --- a/distrib/sparc64/ramdiskB/Makefile +++ b/distrib/sparc64/ramdiskB/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2007/02/16 16:56:22 tsi Exp $ +# $OpenBSD: Makefile,v 1.10 2007/04/09 14:55:11 millert Exp $ TOP= ${.CURDIR}/.. @@ -24,7 +24,7 @@ VND_CRDEV= /dev/r${VND}c PID!= echo $$$$ GZIPCMD?= gzip -GZIPFLAGS?= -9v +GZIPFLAGS?= -9nv GZIPEXT?= .gz MOUNT_POINT?= /mnt |