diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-02-22 06:25:49 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-02-22 06:25:49 +0000 |
| commit | 3c7b2ed7f96749c4e364f2e0d23d7e06067f301e (patch) | |
| tree | 55e44cc9294269082d45495a2879f7083a9f694a | |
| parent | 5aa554c7e5b6fd9042986df07f12ac5687e41392 (diff) | |
Notes
| -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 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 |
