10 lines
130 B
Makefile
10 lines
130 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
LIB= clang_rt.stats_client-${CRTARCH}
|
||
|
|
||
|
SRCS+= stats/stats_client.cc
|
||
|
|
||
|
.include <bsd.lib.mk>
|