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