diff options
| author | Lawrence Stewart <lstewart@FreeBSD.org> | 2011-02-01 07:05:14 +0000 |
|---|---|---|
| committer | Lawrence Stewart <lstewart@FreeBSD.org> | 2011-02-01 07:05:14 +0000 |
| commit | 0927e1a18b6d30137533ad65421350bc2f51dac5 (patch) | |
| tree | fcca66fd6475ff83c04ff0b2730b64ccb299fca6 /sys/modules/cc | |
| parent | 81a826882aa996486cc8e825ad92a3a04ca35095 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cc')
| -rw-r--r-- | sys/modules/cc/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/cc/cc_chd/Makefile | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/sys/modules/cc/Makefile b/sys/modules/cc/Makefile index f03c147389ba..e3e8336b6d27 100644 --- a/sys/modules/cc/Makefile +++ b/sys/modules/cc/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -SUBDIR= cc_cubic \ +SUBDIR= cc_chd \ + cc_cubic \ cc_hd \ cc_htcp \ cc_vegas diff --git a/sys/modules/cc/cc_chd/Makefile b/sys/modules/cc/cc_chd/Makefile new file mode 100644 index 000000000000..20577f88218a --- /dev/null +++ b/sys/modules/cc/cc_chd/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +.PATH: ${.CURDIR}/../../../netinet/cc +KMOD= cc_chd +SRCS= cc_chd.c + +.include <bsd.kmod.mk> |
