1
2.include <bsd.init.mk>
3
4LIB=		clang_rt.stats_client-${CRTARCH}
5
6SRCS+=		stats/stats_client.cpp
7
8.include <bsd.lib.mk>
9