mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.stats_client-${CRTARCH}
|
|
|
|
SRCS+= stats/stats_client.cpp
|
|
|
|
.include <bsd.lib.mk>
|