aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/tcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/tcp/Makefile')
-rw-r--r--sys/modules/tcp/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/tcp/Makefile b/sys/modules/tcp/Makefile
index 8f89977b5b69..364c0326c40d 100644
--- a/sys/modules/tcp/Makefile
+++ b/sys/modules/tcp/Makefile
@@ -8,13 +8,10 @@ SUBDIR= \
${_tcp_rack} \
${_tcpmd5} \
-.if ${MK_EXTRA_TCP_STACKS} != "no" || defined(ALL_MODULES)
-_tcp_bbr= bbr
-_tcp_rack= rack
-.endif
-
.if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \
defined(ALL_MODULES)
+_tcp_bbr= bbr
+_tcp_rack= rack
.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MTCP_SIGNATURE}
_tcpmd5= tcpmd5
.endif