Module Name: src
Committed By: phx
Date: Fri May 13 19:14:18 UTC 2011
Modified Files:
src/distrib/sandpoint/ramdisk: Makefile
Log Message:
Create sd0, wd1 and cd0 devices, to allow mounting installation media via
USB, a second disk or a CDROM drive.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/sandpoint/ramdisk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sandpoint/ramdisk/Makefile
diff -u src/distrib/sandpoint/ramdisk/Makefile:1.7 src/distrib/sandpoint/ramdisk/Makefile:1.8
--- src/distrib/sandpoint/ramdisk/Makefile:1.7 Thu Feb 11 09:06:50 2010
+++ src/distrib/sandpoint/ramdisk/Makefile Fri May 13 19:14:17 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/02/11 09:06:50 roy Exp $
+# $NetBSD: Makefile,v 1.8 2011/05/13 19:14:17 phx Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -15,7 +15,7 @@
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
-MAKEDEVTARGETS= std md0 wd0 pty0
+MAKEDEVTARGETS= std md0 wd0 wd1 sd0 cd0 pty0 satmgr
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.profile \
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \