summaryrefslogtreecommitdiff
path: root/distrib/bebox
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-04-13 13:26:45 +0000
committerlukem <lukem@NetBSD.org>2002-04-13 13:26:45 +0000
commit2468ea8bfa95963501993ddf211cf2fded22b1bb (patch)
treeb45af25ddac3b148fb9891a0b8b58487488f5e4d /distrib/bebox
parentbd567c94b37afa61f19ae53bc8ff928a6d5e9b85 (diff)
use gzip -9f
Diffstat (limited to 'distrib/bebox')
-rw-r--r--distrib/bebox/floppies/bootfloppy-common/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/bebox/floppies/bootfloppy-common/Makefile.inc b/distrib/bebox/floppies/bootfloppy-common/Makefile.inc
index f384a71bb2b..f767b8d3da9 100644
--- a/distrib/bebox/floppies/bootfloppy-common/Makefile.inc
+++ b/distrib/bebox/floppies/bootfloppy-common/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/03/05 21:23:29 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.8 2002/04/13 13:26:46 lukem Exp $
# TOP is assumed to be defined by Makefile including this one.
@@ -58,7 +58,7 @@ unconfig:
netbsd.ram.gz: ${KERN} ${RAMDISK}
cp ${KERN} netbsd.tmp
${MDSETIMAGE} -v netbsd.tmp ${RAMDISK}
- gzip netbsd.tmp
+ gzip -9f netbsd.tmp
mv netbsd.tmp.gz ${.TARGET}
clean cleandir: