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