mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
7 lines
114 B
Makefile
7 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet/cc
|
|
KMOD= cc_htcp
|
|
SRCS= cc_htcp.c opt_kern_tls.h
|
|
|
|
.include <bsd.kmod.mk>
|