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/hppa/ramdisk/Makefile | |
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/hppa/ramdisk/Makefile')
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 |
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 |