Module Name: src Committed By: matt Date: Mon Jul 23 04:25:03 UTC 2012
Modified Files: src/distrib/evbppc/ramdisk: Makefile Log Message: Add dk and flash depends. Make ramdiskbin dependent on Makefile. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 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.12 src/distrib/evbppc/ramdisk/Makefile:1.13 --- src/distrib/evbppc/ramdisk/Makefile:1.12 Thu Feb 23 00:22:08 2012 +++ src/distrib/evbppc/ramdisk/Makefile Mon Jul 23 04:25:03 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/02/23 00:22:08 kiyohara Exp $ +# $NetBSD: Makefile,v 1.13 2012/07/23 04:25:03 matt Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -17,11 +17,14 @@ MTREECONF= ${DISTRIBDIR}/common/mtree.co IMAGEENDIAN= be IMAGEDEPENDS= ${CRUNCHBIN} \ dot.profile \ + Makefile \ ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ ${DISTRIBDIR}/common/services MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 MAKEDEVTARGETS+= ld0 ld1 +MAKEDEVTARGETS+= dk0 dk1 dk2 dk3 +MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7 # Use stubs to eliminate some large stuff from libc HACKSRC= ${DISTRIBDIR}/utils/libhack