diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-25 20:24:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2010-02-25 20:24:19 +0000 |
commit | bee10047c04acda5938b9cc4fb21109285eefe16 (patch) | |
tree | 4f5956e5e1eefb11957b3c4e601da267e4d60995 /usr.sbin/pmcstat/Makefile | |
parent | 4f0c2fae8d1f6e184673da0c85eabf20374ca8ed (diff) |
Fixed dependencies (make checkdpadd).
Notes
Notes:
svn path=/head/; revision=204329
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 a29b016f14b7..c27e56d8d13b 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 \ |