Module Name:    src
Committed By:   joerg
Date:           Fri Jan 16 22:37:58 UTC 2015

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

Log Message:
Include /dev/bpf for dhcpcd.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/distrib/evbppc/ramdisk/Makefile:1.19
--- src/distrib/evbppc/ramdisk/Makefile:1.18	Wed Aug 13 20:52:05 2014
+++ src/distrib/evbppc/ramdisk/Makefile	Fri Jan 16 22:37:58 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.18 2014/08/13 20:52:05 joerg Exp $
+#	$NetBSD: Makefile,v 1.19 2015/01/16 22:37:58 joerg 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