Module Name:    src
Committed By:   matt
Date:           Wed Feb  1 21:57:14 UTC 2012

Modified Files:
        src/distrib/evbppc/ramdisk: Makefile

Log Message:
Put ld0/ld1 on the ramdisk (for sdmmc).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.10 src/distrib/evbppc/ramdisk/Makefile:1.11
--- src/distrib/evbppc/ramdisk/Makefile:1.10	Mon Jun 20 21:39:18 2011
+++ src/distrib/evbppc/ramdisk/Makefile	Wed Feb  1 21:57:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2011/06/20 21:39:18 matt Exp $
+#	$NetBSD: Makefile,v 1.11 2012/02/01 21:57:13 matt Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -21,6 +21,7 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
 MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 ttyv0
+MAKEDEVTARGETS+= ld0 ld1
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack

Reply via email to