Index: head/sys/modules/if_lagg/Makefile =================================================================== --- head/sys/modules/if_lagg/Makefile (revision 357274) +++ head/sys/modules/if_lagg/Makefile (revision 357275) @@ -1,7 +1,8 @@ # $FreeBSD$ .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 Index: head/sys/modules/if_vlan/Makefile =================================================================== --- head/sys/modules/if_vlan/Makefile (revision 357274) +++ head/sys/modules/if_vlan/Makefile (revision 357275) @@ -1,9 +1,9 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/net 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