diff --git a/lib/libpmcstat/pmu-events/Makefile b/lib/libpmcstat/pmu-events/Makefile index d1b72aee9215..65582dba96c2 100644 --- a/lib/libpmcstat/pmu-events/Makefile +++ b/lib/libpmcstat/pmu-events/Makefile @@ -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