summaryrefslogtreecommitdiff
path: root/distrib/hppa/ramdisk/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-04-09 14:55:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-04-09 14:55:12 +0000
commitb4eeba5779b80aabe38608c88c6f14fe43a18595 (patch)
tree8cba820cd81fa353d7adc2855d17704aa629bc46 /distrib/hppa/ramdisk/Makefile
parent4640939a5869542e27d79b594a5c48d5cce10aa8 (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/hppa/ramdisk/Makefile')
-rw-r--r--distrib/hppa/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile
index 91e11cb2719..77bf74c0a5f 100644
--- a/distrib/hppa/ramdisk/Makefile
+++ b/distrib/hppa/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2007/02/16 16:56:22 tsi Exp $
+# $OpenBSD: Makefile,v 1.9 2007/04/09 14:55:11 millert Exp $
CBIN= instbin
ARCHDIR= ${.CURDIR}/..
@@ -36,7 +36,7 @@ CDBOOT?= ${DESTDIR}/usr/mdec/cdboot
STRIP?= strip
GZIPCMD?= gzip
-GZIPFLAGS?= -9
+GZIPFLAGS?= -9n
# old format, minfree, opt, b/i trks, sects, cpg
NEWFSOPTS= -t ffs -m 0 -o space -f 1024 -b 8192