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/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile
index 350c024..8250990 100644
--- a/usr.sbin/pmcstat/Makefile
+++ b/usr.sbin/pmcstat/Makefile
@@ -5,12 +5,10 @@
PROG= pmcstat
MAN= pmcstat.8
-DPADD= ${LIBPMC}
+DPADD= ${LIBPMC} ${LIBM}
LDADD= -lpmc -lm
-WARNS= 6
-
-CFLAGS+= -I${.CURDIR}/../../sys -I${.CURDIR}/../../lib/libpmc
+WARNS?= 6
SRCS= pmcstat.c
OpenPOWER on IntegriCloud