mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 18:30:55 -05:00
7 lines
110 B
Makefile
7 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet/cc
|
|
KMOD= cc_hd
|
|
SRCS= cc_hd.c opt_kern_tls.h
|
|
|
|
.include <bsd.kmod.mk>
|