diff options
author | ru <ru@FreeBSD.org> | 2010-02-25 20:24:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2010-02-25 20:24:19 +0000 |
commit | 4d27ff91d01ec406d08089baae33529e85e9868f (patch) | |
tree | 4f5956e5e1eefb11957b3c4e601da267e4d60995 /usr.sbin/pmcstat | |
parent | ab65ee82de3cee0452b0d696f87e19f28add5f08 (diff) | |
download | FreeBSD-src-4d27ff91d01ec406d08089baae33529e85e9868f.zip FreeBSD-src-4d27ff91d01ec406d08089baae33529e85e9868f.tar.gz |
Fixed dependencies (make checkdpadd).
Diffstat (limited to 'usr.sbin/pmcstat')
-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 a29b016..c27e56d 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -5,7 +5,7 @@ PROG= pmcstat MAN= pmcstat.8 -DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} +DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} ${LIBNCURSES} LDADD= -lelf -lkvm -lpmc -lm -lncurses SRCS= pmcstat.c pmcstat.h pmcstat_log.c \ |