Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax/ramdisk Add a Makefile dependency



details:   https://anonhg.NetBSD.org/src/rev/eb6843ec2844
branches:  trunk
changeset: 778283:eb6843ec2844
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Mar 21 05:49:39 2012 +0000

description:
Add a Makefile dependency

diffstat:

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

diffs (18 lines):

diff -r 9adb01ff3d0e -r eb6843ec2844 distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile      Wed Mar 21 05:49:17 2012 +0000
+++ b/distrib/vax/ramdisk/Makefile      Wed Mar 21 05:49:39 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2012/03/18 14:12:55 he Exp $
+#      $NetBSD: Makefile,v 1.28 2012/03/21 05:49:39 matt Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -17,7 +17,7 @@
 MAKEDEVTARGETS=        std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0 ra0 ra1 ra2 ra3 hp0 hp1 \
                sd0 sd1 sd2 md0 pty0 cd0 cd1
 IMAGEDEPENDS=  ${CRUNCHBIN} \
-               dot.profile \
+               Makefile dot.profile \
                ${DESTDIR}/boot ${DESTDIR}/usr/mdec/xxboot \
                ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
                ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \



Home | Main Index | Thread Index | Old Index