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