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