mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../netinet/cc
|
||
|
|
KMOD= cc_dctcp
|
||
|
|
SRCS= cc_dctcp.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|