diff --git a/sys/modules/if_lagg/Makefile b/sys/modules/if_lagg/Makefile index 30e81d4dfaad..897e4cb6040a 100644 --- a/sys/modules/if_lagg/Makefile +++ b/sys/modules/if_lagg/Makefile @@ -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 diff --git a/sys/modules/if_vlan/Makefile b/sys/modules/if_vlan/Makefile index 56b9cdaaf12f..36a84590be1d 100644 --- a/sys/modules/if_vlan/Makefile +++ b/sys/modules/if_vlan/Makefile @@ -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