]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpmc/pmu-events/Makefile
Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
[FreeBSD/FreeBSD.git] / lib / libpmc / pmu-events / Makefile
1 # $FreeBSD$
2
3 PROG=   jevents
4 SRCS=   jevents.c jsmn.c json.c
5 CFLAGS+= -Wno-cast-qual
6 MAN=
7
8 build-tools: jevents
9
10 .include <bsd.prog.mk>