Index: head/lib/libpmcstat/pmu-events/Makefile =================================================================== --- head/lib/libpmcstat/pmu-events/Makefile (revision 334225) +++ head/lib/libpmcstat/pmu-events/Makefile (revision 334226) @@ -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