diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2008-02-22 06:25:49 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2008-02-22 06:25:49 +0000 |
commit | a232f0b6df3f888ed59128a63d221720998e3fca (patch) | |
tree | 55e44cc9294269082d45495a2879f7083a9f694a /usr.sbin/pmcstat/Makefile | |
parent | 8b6c2ddfd4e42d7cc12dd234602325a120f13ad3 (diff) | |
download | FreeBSD-src-a232f0b6df3f888ed59128a63d221720998e3fca.zip FreeBSD-src-a232f0b6df3f888ed59128a63d221720998e3fca.tar.gz |
Fix 'make checkdpadd'.
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 9b992b2..6b11d8d 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 |