mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
modules: adding some missing opt_* dependencies
if_vlan grew a dependency on opt_inet6.h in r356993 if_lagg and if_vlan both grew a dependency on opt_kern_tls.h in r351522 This is needed for standalone module builds of these guys.
This commit is contained in:
parent
7df58aa857
commit
78373a5faa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357275
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${SRCTOP}/sys/net
|
||||
KMOD= if_lagg
|
||||
SRCS= if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h opt_ratelimit.h
|
||||
SRCS= if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h opt_kern_tls.h
|
||||
SRCS+= opt_ratelimit.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -4,6 +4,6 @@
|
||||
|
||||
KMOD= if_vlan
|
||||
SRCS= if_vlan.c
|
||||
SRCS+= opt_inet.h opt_vlan.h opt_ratelimit.h
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_kern_tls.h opt_vlan.h opt_ratelimit.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user