Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sandpoint/ramdisk Create sd0, wd1 and cd0 devices, t...



details:   https://anonhg.NetBSD.org/src/rev/9d89fb41a1df
branches:  trunk
changeset: 764941:9d89fb41a1df
user:      phx <phx%NetBSD.org@localhost>
date:      Fri May 13 19:14:17 2011 +0000

description:
Create sd0, wd1 and cd0 devices, to allow mounting installation media via
USB, a second disk or a CDROM drive.

diffstat:

 distrib/sandpoint/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a2e47bbd4ddc -r 9d89fb41a1df distrib/sandpoint/ramdisk/Makefile
--- a/distrib/sandpoint/ramdisk/Makefile        Fri May 13 06:39:39 2011 +0000
+++ b/distrib/sandpoint/ramdisk/Makefile        Fri May 13 19:14:17 2011 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index