freebsd-dev/lib/libpmc/pmu-events/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
120 B
Makefile
Raw Normal View History

2018-05-25 21:46:07 +00:00
PROG= jevents
SRCS= jevents.c jsmn.c json.c
CFLAGS+= -Wno-cast-qual
MAN=
2018-05-25 21:46:07 +00:00
build-tools: jevents
.include <bsd.prog.mk>