Makefile revision 218155
1# $FreeBSD: head/sys/modules/cc/Makefile 218155 2011-02-01 07:05:14Z lstewart $
2
3SUBDIR=	cc_chd \
4	cc_cubic \
5	cc_hd \
6	cc_htcp \
7	cc_vegas
8
9.include <bsd.subdir.mk>
10