svn commit: r188607 - head/release
Takahashi Yoshihiro
nyan at FreeBSD.org
Sat Feb 14 06:53:52 PST 2009
Author: nyan
Date: Sat Feb 14 14:53:51 2009
New Revision: 188607
URL: http://svn.freebsd.org/changeset/base/188607
Log:
Restore MAKE_FLOPPIES for pc98.
Modified:
head/release/Makefile
Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile Sat Feb 14 14:50:27 2009 (r188606)
+++ head/release/Makefile Sat Feb 14 14:53:51 2009 (r188607)
@@ -195,6 +195,7 @@ MAKE_DVD=
SEPARATE_LIVEFS=
SPLIT_MFSROOT=
.if ${TARGET} == "pc98"
+MAKE_FLOPPIES= true
SMALLFLOPPYSIZE= 1200
SMALLFLOPPYSPLITSIZE= 1152
SMALLFLOPPYLABEL= fd1200
More information about the svn-src-all
mailing list