aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/Makefile
diff options
context:
space:
mode:
authorFabien Thomas <fabient@FreeBSD.org>2010-02-11 22:51:44 +0000
committerFabien Thomas <fabient@FreeBSD.org>2010-02-11 22:51:44 +0000
commit0b86b1bb019bf449a62d1247b678069ee1cbe430 (patch)
tree091f910a065fcba8266347c8fdff08999c2095bd /usr.sbin/pmcstat/Makefile
parentaf002ab8192ac669af870cccbec541353d0a02b4 (diff)
Notes
Diffstat (limited to 'usr.sbin/pmcstat/Makefile')
-rw-r--r--usr.sbin/pmcstat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile
index c115c427c9b8..a29b016f14b7 100644
--- a/usr.sbin/pmcstat/Makefile
+++ b/usr.sbin/pmcstat/Makefile
@@ -6,8 +6,9 @@ PROG= pmcstat
MAN= pmcstat.8
DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM}
-LDADD= -lelf -lkvm -lpmc -lm
+LDADD= -lelf -lkvm -lpmc -lm -lncurses
-SRCS= pmcstat.c pmcstat.h pmcstat_log.c
+SRCS= pmcstat.c pmcstat.h pmcstat_log.c \
+pmcpl_callgraph.c pmcpl_gprof.c pmcpl_annotate.c pmcpl_calltree.c
.include <bsd.prog.mk>