aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-03-24 14:29:46 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-03-24 14:29:46 +0000
commitd9c406718cea1161d5618ac4d3aa13fd0a1b63bf (patch)
treef5a40fc5b47be0d77253d958c97447adc1e4faa0 /usr.bin/top
parente4602ad9e5661991c008c051c88080a269d2b60a (diff)
downloadsrc-d9c406718cea1161d5618ac4d3aa13fd0a1b63bf.tar.gz
src-d9c406718cea1161d5618ac4d3aa13fd0a1b63bf.zip
Remove libcurses, it is pure termcap application
Notes
Notes: svn path=/head/; revision=24211
Diffstat (limited to 'usr.bin/top')
-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 47a5009e1c66..0b3a9d1fcdb9 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