aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top/Makefile')
-rw-r--r--usr.bin/top/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index d11b91273b50..c4a3aca3dd62 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -7,5 +7,5 @@ SRCS= commands.c display.c machine.c screen.c top.c \
username.c utils.c
MAN= top.1
-LIBADD= ncursesw m kvm jail util sbuf
+LIBADD= tinfow m kvm jail util sbuf
.include <bsd.prog.mk>