diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-04 22:17:33 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-04 22:17:33 +0000 |
commit | b2f11d8db997b46152c62c3929ddf16187b62510 (patch) | |
tree | c79b762e10580b7b1510f3a0776dc5cd55e85914 /distrib | |
parent | 8efb01a78310c0aa51894ae4f37659caffdce926 (diff) |
Use /mnt as the mount point for creating the ramdisk, not /mnt2.
All other ports use /mnt and /mnt2 does not exist by default.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/powerpc/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile index 6bf4870aeaf..0ec76b795c0 100644 --- a/distrib/powerpc/ramdisk/Makefile +++ b/distrib/powerpc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2000/10/19 20:54:36 drahn Exp $ +# $OpenBSD: Makefile,v 1.15 2001/03/04 22:17:32 drahn Exp $ TOP= ${.CURDIR}/.. @@ -9,7 +9,7 @@ CBIN?= instbin LISTS= ${.CURDIR}/list UTILS?= ${.CURDIR}/../../miniroot -MOUNT_POINT= /mnt2 +MOUNT_POINT= /mnt MTREE= ${.CURDIR}/mtree.conf VND?= svnd0 |