aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2007-04-27 12:09:31 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2007-04-27 12:09:31 +0000
commitfbd8b34a06e3749b11219820e839766f3b9f1484 (patch)
treeca768572366b64e2143b663b4f43d722aa1665d2 /usr.sbin/pmcstat/Makefile
parent6d8aebf6c5915f92a3a1d460a8322e6c03631e73 (diff)
Notes
Diffstat (limited to 'usr.sbin/pmcstat/Makefile')
-rw-r--r--usr.sbin/pmcstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile
index 102fe385cd16..d212c3fdcfec 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