aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2010-02-25 20:24:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2010-02-25 20:24:19 +0000
commitbee10047c04acda5938b9cc4fb21109285eefe16 (patch)
tree4f5956e5e1eefb11957b3c4e601da267e4d60995 /usr.bin/systat/Makefile
parent4f0c2fae8d1f6e184673da0c85eabf20374ca8ed (diff)
Fixed dependencies (make checkdpadd).
Notes
Notes: svn path=/head/; revision=204329
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index bdd41c61006e..6a7e53d5d39c 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -16,7 +16,7 @@ CFLAGS+= -DINET6
WARNS?= 0
-DPADD= ${LIBCURSES} ${LIBM} ${LIBDEVSTAT} ${LIBKVM}
-LDADD= -lcursesw -lm -ldevstat -lkvm
+DPADD= ${LIBNCURSESW} ${LIBM} ${LIBDEVSTAT} ${LIBKVM}
+LDADD= -lncursesw -lm -ldevstat -lkvm
.include <bsd.prog.mk>