diff options
| author | Lawrence Stewart <lstewart@FreeBSD.org> | 2010-12-02 06:05:44 +0000 |
|---|---|---|
| committer | Lawrence Stewart <lstewart@FreeBSD.org> | 2010-12-02 06:05:44 +0000 |
| commit | 67fef78ba41855fda9e6fc309f75f12ad5f0da50 (patch) | |
| tree | 6aa2dc9996e58bb4a100216ee50308571b0f2220 /sys/modules | |
| parent | 5a7bfc90a9f08da82086c84134b8a3513a7c584e (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/cc/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/cc/cc_cubic/Makefile | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/modules/cc/Makefile b/sys/modules/cc/Makefile index 4dfb082ac351..94a72a015669 100644 --- a/sys/modules/cc/Makefile +++ b/sys/modules/cc/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= +SUBDIR= cc_cubic .include <bsd.subdir.mk> diff --git a/sys/modules/cc/cc_cubic/Makefile b/sys/modules/cc/cc_cubic/Makefile new file mode 100644 index 000000000000..8ffece2aa3bc --- /dev/null +++ b/sys/modules/cc/cc_cubic/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +.PATH: ${.CURDIR}/../../../netinet/cc +KMOD= cc_cubic +SRCS= cc_cubic.c + +.include <bsd.kmod.mk> |
