]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cc/Makefile
Remove spurious newline
[FreeBSD/FreeBSD.git] / sys / modules / cc / Makefile
1 # $FreeBSD$
2
3 SUBDIR= 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} != ""
13 SUBDIR+= \
14         cc_cdg \
15         cc_chd \
16         cc_hd \
17         cc_vegas
18 .endif
19
20 .include <bsd.subdir.mk>