aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmcstat
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-05-25 21:46:07 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-05-25 21:46:07 +0000
commit783fe372bf505bb292c1a0cf7f5573c3b912d700 (patch)
tree5260a0cf2cb211caf4be99477f9d91cf7f5f49e5 /lib/libpmcstat
parentc2decc35c866c1ac1fff34eb3344073aa8b910d1 (diff)
downloadsrc-783fe372bf505bb292c1a0cf7f5573c3b912d700.tar.gz
src-783fe372bf505bb292c1a0cf7f5573c3b912d700.zip
Cleanup style
Notes
Notes: svn path=/head/; revision=334226
Diffstat (limited to 'lib/libpmcstat')
-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>