1# 2# 3 4.include <kmod.opts.mk> 5 6SUBDIR= \ 7 ${_tcp_bbr} \ 8 ${_tcp_rack} \ 9 ${_tcpmd5} \ 10 11.if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \ 12 defined(ALL_MODULES) 13_tcp_bbr= bbr 14_tcp_rack= rack 15.if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MTCP_SIGNATURE} 16_tcpmd5= tcpmd5 17.endif 18.endif 19 20.include <bsd.subdir.mk> 21