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/alpha | |
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/alpha')
-rw-r--r-- | distrib/alpha/bsd.rd/Makefile | 4 | ||||
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile index 34261cfe16b..382165772b0 100644 --- a/distrib/alpha/bsd.rd/Makefile +++ b/distrib/alpha/bsd.rd/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 $ TOP= ${.CURDIR}/.. @@ -16,7 +16,7 @@ REALIMAGE!= echo /var/tmp/image.${PID} STRIP?= strip GZIPCMD?= gzip -GZIPFLAGS?= -9f +GZIPFLAGS?= -9fn INSTALLBOOT?= /usr/mdec/installboot -v RAMDISK= RAMDISKBIG diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index 177687b7820..3f8552cf818 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2007/03/20 20:28:36 pedro Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2007/04/09 14:55:11 millert Exp $ TOP= ${.CURDIR}/.. @@ -16,7 +16,7 @@ REALIMAGE!= echo /var/tmp/image.${PID} STRIP?= strip GZIPCMD?= gzip -GZIPFLAGS?= -9f +GZIPFLAGS?= -9fn INSTALLBOOT?= /usr/mdec/installboot -v XNAME?= floppy |