mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 01:14:52 +01:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../netinet/cc
|
||
|
KMOD= cc_chd
|
||
|
SRCS= cc_chd.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|