aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmcstat/pmu-events/Makefile
blob: d1b72aee921596522eb6bdba265b71362c6ee242 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

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