aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/cc/Makefile
blob: ec89d89e8c80cea14381fe99416b4e0bdc95b213 (plain) (tree)
1
2
3
4

           
                  
                  










                                                                       
               
                
      

                        
# $FreeBSD$

SUBDIR=	cc_cubic \
	cc_dctcp \
	cc_htcp


# Do we have the TCP_HHOOK symbol defined? If not, there is no point in
# building these modules by default.
# We will default to building these modules unless $OPT_INET is defined
# and does not contain the TCP_HHOOK option.
.if defined(ALL_MODULES) || ${OPT_INET:UTCP_HHOOK:MTCP_HHOOK} != ""
SUBDIR+= \
	cc_cdg \
	cc_chd \
	cc_hd \
	cc_vegas
.endif

.include <bsd.subdir.mk>