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