diff options
Diffstat (limited to 'distrib/macppc/ramdisk/Makefile')
-rw-r--r-- | distrib/macppc/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile index e6fa20c80e2..82e0e173651 100644 --- a/distrib/macppc/ramdisk/Makefile +++ b/distrib/macppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2007/04/09 14:55:11 millert Exp $ +# $OpenBSD: Makefile,v 1.18 2007/04/13 17:34:40 millert Exp $ REV= ${OSrev} @@ -25,7 +25,7 @@ PID!= echo $$$$ DISKTYPE= rdroot NBLKS= 8192 # minfree, opt, b/i trks, sects, cpg -NEWFSARGS= -m 0 -o space -c 16 -i 4096 +NEWFSARGS= -m 0 -o space -i 4096 .ifndef DESTDIR all ${IMAGE}: |