summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 47a5009..0b3a9d1 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -17,8 +17,8 @@ CFLAGS+= -D"Table_size=${TOP_TABLE_SIZE}"
SRCS= commands.c display.c machine.c screen.c top.c \
username.c utils.c version.c
-DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM}
-LDADD= -lcurses -ltermcap -lm -lkvm
+DPADD= ${LIBTERMCAP} ${LIBM} ${LIBKVM}
+LDADD= -ltermcap -lm -lkvm
BINGRP= kmem
BINMODE=2555
OpenPOWER on IntegriCloud