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

10 lines
146 B
Makefile
Raw Normal View History

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