mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Add gzips for the real floppy images.
This commit is contained in:
parent
7f434bbba0
commit
8591ae7177
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user