1# $FreeBSD$ 2 3SUBDIR= cc_cubic \ 4 cc_dctcp \ 5 cc_htcp 6 7 8# Do we have the TCP_HHOOK symbol defined? If not, there is no point in 9# building these modules by default. 10# We will default to building these modules unless $OPT_INET is defined 11# and does not contain the TCP_HHOOK option. 12.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != "" 13SUBDIR+= \ 14 cc_cdg \ 15 cc_chd \ 16 cc_hd \ 17 cc_vegas 18.endif 19 20.include <bsd.subdir.mk> 21