mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
|
PROG= jevents
|
|
SRCS= jevents.c jsmn.c json.c
|
|
CFLAGS+= -Wno-cast-qual
|
|
MAN=
|
|
|
|
build-tools: jevents
|
|
|
|
.include <bsd.prog.mk>
|