Index: stable/10/sys/modules/hyperv/netvsc/Makefile =================================================================== --- stable/10/sys/modules/hyperv/netvsc/Makefile (revision 292795) +++ stable/10/sys/modules/hyperv/netvsc/Makefile (revision 292796) @@ -1,13 +1,13 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/hyperv/netvsc KMOD= hv_netvsc SRCS= hv_net_vsc.c \ hv_netvsc_drv_freebsd.c \ hv_rndis_filter.c -SRCS+= bus_if.h device_if.h +SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc .include Index: stable/10 =================================================================== --- stable/10 (revision 292795) +++ stable/10 (revision 292796) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r284969