summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pmcstat/Makefile')
-rw-r--r--usr.sbin/pmcstat/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile
new file mode 100644
index 0000000..350c024
--- /dev/null
+++ b/usr.sbin/pmcstat/Makefile
@@ -0,0 +1,17 @@
+#
+# $FreeBSD$
+#
+
+PROG= pmcstat
+MAN= pmcstat.8
+
+DPADD= ${LIBPMC}
+LDADD= -lpmc -lm
+
+WARNS= 6
+
+CFLAGS+= -I${.CURDIR}/../../sys -I${.CURDIR}/../../lib/libpmc
+
+SRCS= pmcstat.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud