diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-04-27 12:09:31 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-04-27 12:09:31 +0000 |
| commit | fbd8b34a06e3749b11219820e839766f3b9f1484 (patch) | |
| tree | ca768572366b64e2143b663b4f43d722aa1665d2 /usr.sbin/pmcstat/Makefile | |
| parent | 6d8aebf6c5915f92a3a1d460a8322e6c03631e73 (diff) | |
Notes
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 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 |
