Module Name:    src
Committed By:   martin
Date:           Sat Jan 17 12:16:34 UTC 2015

Modified Files:
        src/distrib/evbppc/ramdisk [netbsd-7]: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.2.1 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.17 src/distrib/evbppc/ramdisk/Makefile:1.17.2.1
--- src/distrib/evbppc/ramdisk/Makefile:1.17	Fri Aug  8 16:56:30 2014
+++ src/distrib/evbppc/ramdisk/Makefile	Sat Jan 17 12:16:34 2015
@@ -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 @@ 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 ipty
-MAKEDEVTARGETS+= ld0 ld1
+MAKEDEVTARGETS+= ld0 ld1 bpf
 MAKEDEVTARGETS+= drvctl dk0 dk1 dk2 dk3
 MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
 

Reply via email to