diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-04-27 12:09:31 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-04-27 12:09:31 +0000 |
commit | 0dfc7735639067a12a4ccc63487f67169c17b9e1 (patch) | |
tree | ca768572366b64e2143b663b4f43d722aa1665d2 /usr.sbin/pmcstat/Makefile | |
parent | d4fd0c015ba0676684469ae2c5461c424aa260fb (diff) | |
download | FreeBSD-src-0dfc7735639067a12a4ccc63487f67169c17b9e1.zip FreeBSD-src-0dfc7735639067a12a4ccc63487f67169c17b9e1.tar.gz |
MFP4: Enhancements to pmcstat(8):
- Allow the "-t" option to take a regular expression naming command
line processes to attach process PMCs to.
- Update the manual page and add an example showing the use of the
new functionality.
- Update the (c) year on the affected source files.
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 102fe38..d212c3f 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -6,7 +6,7 @@ PROG= pmcstat MAN= pmcstat.8 DPADD= ${LIBPMC} ${LIBM} -LDADD= -lpmc -lm +LDADD= -lkvm -lpmc -lm WARNS?= 6 |