summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-12-01 20:02:44 +0000
committerjkh <jkh@FreeBSD.org>1994-12-01 20:02:44 +0000
commita550201d28950aa7fbd5f030a581b268de6f0585 (patch)
tree985116d7fdc52064e1fea0c5e885da1eeecad718 /release
parentea7a800eeffa08c1826fa7b0a8f121c8e7d9d39f (diff)
downloadFreeBSD-src-a550201d28950aa7fbd5f030a581b268de6f0585.zip
FreeBSD-src-a550201d28950aa7fbd5f030a581b268de6f0585.tar.gz
Add gzips for the real floppy images.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 23fb2b6..4daf520 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.60 1994/11/30 15:54:39 jkh Exp $
+# $Id: Makefile,v 1.61 1994/12/01 20:01:37 jkh Exp $
#
FLOPPY= fd0
@@ -59,10 +59,12 @@ kernel: ${.CURDIR}/../sys/i386/conf/GENERIC
boot_12.flp:
(cd ${.CURDIR}; EVIL_FLOPPY=yes ${MAKE} boot.flp)
mv boot.flp boot_12.flp
+ gzip -9 -c < boot_12.flp > boot_12.flp.gz
boot_144.flp:
(cd ${.CURDIR}; ${MAKE} boot.flp)
mv boot.flp boot_144.flp
+ gzip -9 -c < boot_144.flp > boot_144.flp.gz
boot.flp:
crunchgen ${.CURDIR}/boot_flp.conf
OpenPOWER on IntegriCloud