- Only build a fixit floppy on i386 and pc98.

- Reenable boot floppies for Alpha.
This commit is contained in:
John Baldwin 2004-03-25 20:37:59 +00:00
parent a59f1c063e
commit aaf3e5b065
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127418

View File

@ -179,10 +179,15 @@ MFSSIZE= 4320
MFSINODE= 8000
MFSLABEL= minimum3
.elif ${TARGET_ARCH} == "alpha"
FLOPPYSIZE= 1440
FLOPPYSPLITSIZE= 1392
FLOPPYINODE= 40000
FLOPPYLABEL= fd1440
BOOTINODE= 80000
MFSSIZE= 4320
MFSINODE= 8000
MFSLABEL= auto
NO_FLOPPIES=
SPLIT_MFSROOT=
.elif ${TARGET_ARCH} == "sparc64"
DISKLABEL= sunlabel
MFSSIZE= 4096
@ -247,7 +252,11 @@ CRUNCH_TARGETS+=fixit-small
.endif
.if !defined(NO_FLOPPIES)
EXTRAS= floppies.1 floppies.2 floppies.3
EXTRAS= floppies.1
.if ${TARGET_ARCH} == "i386"
EXTRAS+= floppies.2
.endif
EXTRAS+= floppies.3
.endif
EXTRAS+= ftp.1
.if !defined(NOCDROM)