aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cc
diff options
context:
space:
mode:
authorLawrence Stewart <lstewart@FreeBSD.org>2011-02-01 07:05:14 +0000
committerLawrence Stewart <lstewart@FreeBSD.org>2011-02-01 07:05:14 +0000
commit0927e1a18b6d30137533ad65421350bc2f51dac5 (patch)
treefcca66fd6475ff83c04ff0b2730b64ccb299fca6 /sys/modules/cc
parent81a826882aa996486cc8e825ad92a3a04ca35095 (diff)
Notes
Diffstat (limited to 'sys/modules/cc')
-rw-r--r--sys/modules/cc/Makefile3
-rw-r--r--sys/modules/cc/cc_chd/Makefile9
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>