Cleanup style

This commit is contained in:
Bryan Drewery 2018-05-25 21:46:07 +00:00
parent c2decc35c8
commit 783fe372bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334226

View File

@ -1,9 +1,10 @@
# $FreeBSD$
PROG=jevents
SRCS=jevents.c jsmn.c json.c
PROG= jevents
SRCS= jevents.c jsmn.c json.c
CFLAGS+= -Wno-cast-qual
.PATH: ${.CURDIR}
build-tools: jevents
MAN=
build-tools: jevents
.include <bsd.prog.mk>