diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-12-07 08:26:21 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-12-07 08:26:21 +0000 |
commit | 2aef7957ec96361c7cf73dee65ee4512b39e1de5 (patch) | |
tree | 6048997529363b686719d6493260bacb261191c8 /usr.sbin/pmcstat/Makefile | |
parent | 72c27d71d82569aec187c30f6ff208631abc02f4 (diff) | |
download | FreeBSD-src-2aef7957ec96361c7cf73dee65ee4512b39e1de5.zip FreeBSD-src-2aef7957ec96361c7cf73dee65ee4512b39e1de5.tar.gz |
Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records in
in textual form and in gmon.out format.
Update manual page.
Sponsored by: FreeBSD Foundation and Google Inc.
Diffstat (limited to 'usr.sbin/pmcstat/Makefile')
-rw-r--r-- | usr.sbin/pmcstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile index 819a0c0..9b992b2 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -6,7 +6,7 @@ PROG= pmcstat MAN= pmcstat.8 DPADD= ${LIBKVM} ${LIBPMC} ${LIBM} -LDADD= -lkvm -lpmc -lm +LDADD= -lelf -lkvm -lpmc -lm WARNS?= 6 |