aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cc/cc_newreno/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/cc/cc_newreno/Makefile')
-rw-r--r--sys/modules/cc/cc_newreno/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/cc/cc_newreno/Makefile b/sys/modules/cc/cc_newreno/Makefile
new file mode 100644
index 000000000000..7b1ee5a1a8ce
--- /dev/null
+++ b/sys/modules/cc/cc_newreno/Makefile
@@ -0,0 +1,5 @@
+.PATH: ${SRCTOP}/sys/netinet/cc
+KMOD= cc_newreno
+SRCS= cc_newreno.c opt_kern_tls.h
+
+.include <bsd.kmod.mk>