mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.stats_client-${CRTARCH}
|
|
|
|
SRCS+= stats/stats_client.cc
|
|
|
|
.include <bsd.lib.mk>
|