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/hp300 | |
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/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 668c2a31b6d..7f0dcd03b9f 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2007/04/09 14:55:11 millert Exp $ +# $OpenBSD: Makefile,v 1.23 2007/04/13 17:34:40 millert Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -29,7 +29,7 @@ install: bsd.rd DISKTYPE= rdroot NBLKS= 4096 -NEWFSARGS= -m 0 -o space -c 16 -i 3072 +NEWFSARGS= -m 0 -o space -i 3072 bsd.rd: rdsetroot .ifndef(NOBUILD) |