svn commit: r334226 - head/lib/libpmcstat/pmu-events

Bryan Drewery bdrewery at FreeBSD.org
Fri May 25 21:46:10 UTC 2018


Author: bdrewery
Date: Fri May 25 21:46:07 2018
New Revision: 334226
URL: https://svnweb.freebsd.org/changeset/base/334226

Log:
  Cleanup style

Modified:
  head/lib/libpmcstat/pmu-events/Makefile

Modified: head/lib/libpmcstat/pmu-events/Makefile
==============================================================================
--- head/lib/libpmcstat/pmu-events/Makefile	Fri May 25 20:42:28 2018	(r334225)
+++ head/lib/libpmcstat/pmu-events/Makefile	Fri May 25 21:46:07 2018	(r334226)
@@ -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>


More information about the svn-src-head mailing list