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