diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2007-04-16 03:04:06 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2007-04-16 03:04:06 +0000 |
commit | 6592c9684235601a569b14a2e7b106a1f5339107 (patch) | |
tree | 50f451eb42cdb1f6efcd3cdb7743d6d366c3b74e /distrib/alpha/common | |
parent | 5f4231568786d70864e36d1dc05589cef097abb4 (diff) |
Without the -c 80, further adjustment is needed to build ramdisks, ok deraadt
Diffstat (limited to 'distrib/alpha/common')
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index 8fbbeef5307..e39e3661c47 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.16 2007/04/13 17:34:40 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.17 2007/04/16 03:04:05 drahn Exp $ TOP= ${.CURDIR}/.. @@ -37,7 +37,7 @@ NBLKS= 5744 # old format, minfree, opt, b/i trks, sects, cpg NEWFSARGS= -t ffs -m 0 -o space -NEWFSARGS_RD= -i 16384 +NEWFSARGS_RD= -i 8192 NEWFSARGS_FD= -i 524288 -c ${FLOPPYBLKS} ${FLOPPY}: bsd.gz |