mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
10 lines
130 B
Makefile
10 lines
130 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.init.mk>
|
||
|
|
|
||
|
|
LIB= clang_rt.stats_client-${CRTARCH}
|
||
|
|
|
||
|
|
SRCS+= stats/stats_client.cc
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|