mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../netinet/cc
|
|
KMOD= cc_cdg
|
|
SRCS= cc_cdg.c
|
|
|
|
.include <bsd.kmod.mk>
|