]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpmc/pmu-events/Makefile
Upgrade Unbound to 1.8.0. More to follow.
[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>