From 783fe372bf505bb292c1a0cf7f5573c3b912d700 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 25 May 2018 21:46:07 +0000 Subject: Cleanup style --- lib/libpmcstat/pmu-events/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/libpmcstat') 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 -- cgit v1.2.3