View | Details | Raw Unified | Return to bug 202364
Collapse All | Expand All

(-)sys/modules/hyperv/netvsc/Makefile (+16 lines)
Lines 1-5 Link Here
1
# $FreeBSD: stable/10/sys/modules/hyperv/netvsc/Makefile 255923 2013-09-28 07:04:03Z uqs $
1
# $FreeBSD: stable/10/sys/modules/hyperv/netvsc/Makefile 255923 2013-09-28 07:04:03Z uqs $
2
2
3
.include <bsd.own.mk>
4
3
.PATH:  ${.CURDIR}/../../../dev/hyperv/netvsc
5
.PATH:  ${.CURDIR}/../../../dev/hyperv/netvsc
4
6
5
KMOD=	hv_netvsc
7
KMOD=	hv_netvsc
Lines 10-13 Link Here
10
12
11
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
13
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc
12
14
15
.if !defined(KERNBUILDDIR)
16
SRCS+=	opt_inet.h opt_inet6.h
17
18
.if ${MK_INET_SUPPORT} != "no"
19
opt_inet.h:
20
	echo "#define INET 1" >> ${.TARGET}
21
.endif
22
23
.if ${MK_INET6_SUPPORT} != "no"
24
opt_inet6.h:
25
	echo "#define INET6 1" >> ${.TARGET}
26
.endif
27
.endif
28
13
.include <bsd.kmod.mk>
29
.include <bsd.kmod.mk>

Return to bug 202364