summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmccontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pmccontrol/Makefile')
-rw-r--r--usr.sbin/pmccontrol/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/pmccontrol/Makefile b/usr.sbin/pmccontrol/Makefile
new file mode 100644
index 0000000..0f6dc76
--- /dev/null
+++ b/usr.sbin/pmccontrol/Makefile
@@ -0,0 +1,13 @@
+#
+# $FreeBSD$
+#
+
+PROG= pmccontrol
+MAN= pmccontrol.8
+
+DPADD= ${LIBPMC}
+LDADD= -lpmc
+
+SRCS= pmccontrol.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud