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.bin/systat/Makefile | |
parent | 4f0c2fae8d1f6e184673da0c85eabf20374ca8ed (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/Makefile | 4 |
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> |