PROG=	jevents
SRCS=	jevents.c jsmn.c json.c
CFLAGS+= -Wno-cast-qual
MAN=

build-tools: jevents

.include <bsd.prog.mk>