diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-13 17:34:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-04-13 17:34:41 +0000 |
commit | aaadc3febf45ff292d15ca0da9ace923293833ed (patch) | |
tree | d07b1482b76432aca003468d90e61f594484fdd7 /distrib/luna88k/ramdisk/Makefile | |
parent | d49a4ab20340009afee5741854fcc2ef8a167471 (diff) |
Update install media generation to the new semantics of the -c flag.
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
Diffstat (limited to 'distrib/luna88k/ramdisk/Makefile')
-rw-r--r-- | distrib/luna88k/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/luna88k/ramdisk/Makefile b/distrib/luna88k/ramdisk/Makefile index 682ba8afdfe..2a3f0185024 100644 --- a/distrib/luna88k/ramdisk/Makefile +++ b/distrib/luna88k/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/12/11 14:04:10 martin Exp $ +# $OpenBSD: Makefile,v 1.3 2007/04/13 17:34:40 millert Exp $ TOP= ${.CURDIR}/.. @@ -22,7 +22,7 @@ PID!= echo $$$$ DISKTYPE= rdroot NBLKS= 4096 # minfree, opt, b/i trks, sects, cpg -NEWFSARGS= -t ffs -m 0 -o space -u 32 -c 16 +NEWFSARGS= -t ffs -m 0 -o space all: ${BSD_RD} |