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