mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../netinet/cc
|
||
|
KMOD= cc_vegas
|
||
|
SRCS= cc_vegas.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|