diff options
author | kensmith <kensmith@FreeBSD.org> | 2007-02-01 15:12:44 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2007-02-01 15:12:44 +0000 |
commit | 8cefd1665ae9ebe4efb8a8487b02e13984d6fca5 (patch) | |
tree | 43dc3fa72868d8adf8e7697eaf4482f2e601d363 /release | |
parent | 9795779588b3a4275fe3221f126ca00aed04ea95 (diff) | |
download | FreeBSD-src-8cefd1665ae9ebe4efb8a8487b02e13984d6fca5.zip FreeBSD-src-8cefd1665ae9ebe4efb8a8487b02e13984d6fca5.tar.gz |
Boot floppy for i386 overflowed during Jan. 2007 snapshot build, fix
it before Feb. 2007 snapshot build...
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index 94d422e..d5620dd 100644 --- a/release/Makefile +++ b/release/Makefile @@ -192,6 +192,7 @@ MNT= /mnt .undef MAKE_FLOPPIES .if ${TARGET_ARCH} == "i386" MAKE_FLOPPIES= true +SPLIT_MFSROOT= .if ${TARGET} == "pc98" SMALLFLOPPYSIZE= 1200 SMALLFLOPPYSPLITSIZE= 1152 |