Clean up a bit of the INET/INET6 mess wrt options.
This commit is contained in:
parent
88030a5eb0
commit
5ec3257602
@ -7,13 +7,7 @@ SYSDIR?=${.CURDIR}/../..
|
||||
|
||||
KMOD= if_gif
|
||||
SRCS= if_gif.c opt_inet.h opt_inet6.h
|
||||
|
||||
.if ${MK_INET_SUPPORT} != "no"
|
||||
SRCS+= in_gif.c
|
||||
.endif
|
||||
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
SRCS+= in6_gif.c
|
||||
.endif
|
||||
SRCS.INET=in_gif.c
|
||||
SRCS.INET6=in6_gif.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -6,13 +6,7 @@ SYSDIR?=${.CURDIR}/../..
|
||||
|
||||
KMOD= if_gre
|
||||
SRCS= if_gre.c opt_inet.h opt_inet6.h
|
||||
|
||||
.if ${MK_INET_SUPPORT} != "no"
|
||||
SRCS+= ip_gre.c
|
||||
.endif
|
||||
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
SRCS+= ip6_gre.c
|
||||
.endif
|
||||
SRCS.INET= ip_gre.c
|
||||
SRCS.INET6= ip6_gre.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user