aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmcstat/pmu-events/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpmcstat/pmu-events/Makefile')
-rw-r--r--lib/libpmcstat/pmu-events/Makefile9
1 files changed, 5 insertions, 4 deletions
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 <bsd.prog.mk>