Source-Changes-HG archive

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

[src/netbsd-7]: src/distrib/evbppc/ramdisk Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/0c792af89c3b
branches:  netbsd-7
changeset: 798853:0c792af89c3b
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jan 17 12:16:34 2015 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #428):
        distrib/evbppc/ramdisk/Makefile: revision 1.19
Include /dev/bpf for dhcpcd.

diffstat:

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

diffs (18 lines):

diff -r a188abbc57b3 -r 0c792af89c3b distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Sat Jan 17 12:10:53 2015 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Sat Jan 17 12:16:34 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2014/08/08 16:56:30 joerg Exp $
+#      $NetBSD: Makefile,v 1.17.2.1 2015/01/17 12:16:34 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -22,7 +22,7 @@
                ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
                ${DISTRIBDIR}/common/services
 MAKEDEVTARGETS=        std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty
-MAKEDEVTARGETS+= ld0 ld1
+MAKEDEVTARGETS+= ld0 ld1 bpf
 MAKEDEVTARGETS+= drvctl dk0 dk1 dk2 dk3
 MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
 



Home | Main Index | Thread Index | Old Index