diff --git a/sys/modules/cc/cc_cubic/Makefile b/sys/modules/cc/cc_cubic/Makefile index e56848cb11a8..8b91b4dd3864 100644 --- a/sys/modules/cc/cc_cubic/Makefile +++ b/sys/modules/cc/cc_cubic/Makefile @@ -2,6 +2,6 @@ .PATH: ${SRCTOP}/sys/netinet/cc KMOD= cc_cubic -SRCS= cc_cubic.c +SRCS= cc_cubic.c opt_kern_tls.h .include diff --git a/sys/modules/cc/cc_newreno/Makefile b/sys/modules/cc/cc_newreno/Makefile index 8d9b82ad2a9e..39e91237be2b 100644 --- a/sys/modules/cc/cc_newreno/Makefile +++ b/sys/modules/cc/cc_newreno/Makefile @@ -2,6 +2,6 @@ .PATH: ${SRCTOP}/sys/netinet/cc KMOD= cc_newreno -SRCS= cc_newreno.c +SRCS= cc_newreno.c opt_kern_tls.h .include