]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cc/cc_cubic/Makefile
MFV r262617: ncurses 5.9.
[FreeBSD/FreeBSD.git] / sys / modules / cc / cc_cubic / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH: ${.CURDIR}/../../../netinet/cc
6 KMOD=   cc_cubic
7 SRCS=   cc_cubic.c
8
9 .include <bsd.kmod.mk>