aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2008-02-22 06:25:49 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2008-02-22 06:25:49 +0000
commit3c7b2ed7f96749c4e364f2e0d23d7e06067f301e (patch)
tree55e44cc9294269082d45495a2879f7083a9f694a /usr.sbin
parent5aa554c7e5b6fd9042986df07f12ac5687e41392 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-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 9b992b25674c..6b11d8d945af 100644
--- a/usr.sbin/pmcstat/Makefile
+++ b/usr.sbin/pmcstat/Makefile
@@ -5,7 +5,7 @@
PROG= pmcstat
MAN= pmcstat.8
-DPADD= ${LIBKVM} ${LIBPMC} ${LIBM}
+DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM}
LDADD= -lelf -lkvm -lpmc -lm
WARNS?= 6