diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-01 22:53:32 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-01 22:53:32 +0000 |
| commit | cfba24a39b25e4f91d0c06e229d8d8acdce4af3c (patch) | |
| tree | 9958405f15e9f5a61a05ee8d27f7a978b7a6b5be /release | |
| parent | 786f122175419c74d016363f4f625d57891c8d8a (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index be7b83827a3c..16b814aca08a 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.97 1995/01/30 07:01:56 jkh Exp $ +# $Id: Makefile,v 1.98 1995/02/01 11:19:24 jkh Exp $ # FLOPPY= fd0 @@ -111,6 +111,7 @@ boot.flp: kernel.BOOTFLP dd if=/dev/r${FLOPPY} of=boot.tmp bs=${DDBS} count=${DDCOUNT} mv boot.tmp boot.flp od -x boot.flp | head -3 + gzip -9 -c < boot.flp > boot.flp.gz cpio.flp: kernel crunchgen ${.CURDIR}/cpio_flp_1.conf |
