xref: /freebsd-13.1/lib/libpmc/pmu-events/Makefile (revision 959826ca)
1# $FreeBSD$
2
3PROG=	jevents
4SRCS=	jevents.c jsmn.c json.c
5CFLAGS+= -Wno-cast-qual
6MAN=
7
8build-tools: jevents
9
10.include <bsd.prog.mk>
11