mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
All congestion controll modules need opt_kern_tls.h, make sure it's listed everywhere. Sponsored by: Netflix
7 lines
120 B
Makefile
7 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet/cc
|
|
KMOD= cc_newreno
|
|
SRCS= cc_newreno.c opt_kern_tls.h
|
|
|
|
.include <bsd.kmod.mk>
|