1 2SUBDIR= cc_newreno \ 3 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 if $OPT_GLOBAL does contain 11# the TCP_HHOOK option. 12.if defined(ALL_MODULES) || ${OPT_GLOBAL: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