diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 18:32:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-19 18:32:58 +0000 |
commit | 263456d19596884eabca2e7291436495c9c95fbc (patch) | |
tree | 45b159671f17489151b47e5b9f16c1bf50d4c344 /distrib/alpha | |
parent | e93b18a4c2cd4d243fc0e0cdba4d77400411d2cc (diff) |
merge text into base
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index 173d895522e..aa6e0996e2b 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1998/07/01 01:58:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 1998/12/19 18:31:51 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -33,11 +33,11 @@ all: ${CBIN} ${FLOPPY} @echo "all done" DISKTYPE= rdroot -NBLKS= 8192 +NBLKS= 6144 # old format, minfree, opt, b/i trks, sects, cpg NEWFSARGS= -t ffs -m 0 -o space -NEWFSARGS_RD= -i 16384 -c 16 +NEWFSARGS_RD= -i 524288 -c 80 NEWFSARGS_FD= -i 524288 -c 80 ${FLOPPY}: bsd.gz @@ -75,7 +75,7 @@ bsd.rd: bsd ${IMAGE} ecoffrdsetroot bsd: cd ${.CURDIR}/../../../sys/arch/alpha/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK && \ - make clean && make COPTS=-O + make clean && make cp ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK/bsd bsd ${IMAGE}: do_prep do_mount do_files do_umount |