Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk Add missing /dev/sram. it is u...



details:   https://anonhg.NetBSD.org/src/rev/0c37370ec5c3
branches:  trunk
changeset: 532811:0c37370ec5c3
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Jun 15 11:20:54 2002 +0000

description:
Add missing /dev/sram. it is used by memswitch(8).

diffstat:

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

diffs (18 lines):

diff -r 214b46bbb60d -r 0c37370ec5c3 distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Sat Jun 15 11:16:45 2002 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Sat Jun 15 11:20:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2002/05/13 01:04:23 lukem Exp $
+#      $NetBSD: Makefile,v 1.22 2002/06/15 11:20:54 isaki 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 fd0 sd0 sd1 sd2 sd3 sd4 sd5 cd0 ttye0 tty00 opty
+MAKEDEVTARGETS=        ramdisk
 IMAGEDEPENDS+=         ${CRUNCHBIN} \
                disktab.preinstall dot.profile dot.hdprofile \
                services termcap.vt \



Home | Main Index | Thread Index | Old Index