]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/stats_client/Makefile
Update build glue for libclang_rt.
[FreeBSD/FreeBSD.git] / lib / libclang_rt / stats_client / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.stats_client-${CRTARCH}
6
7 SRCS+=          stats/stats_client.cpp
8
9 .include <bsd.lib.mk>