summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-03-03 02:11:03 +0000
committerpfg <pfg@FreeBSD.org>2013-03-03 02:11:03 +0000
commit2306ec18dbd9dd188707ec88c3a3dff734781df7 (patch)
treea8a2620d4f3a972cfe7154b282c2253658b40b29 /lib
parentbe8012c4e6b07fdcd72a43af36a8d4c6dfdcaabc (diff)
downloadFreeBSD-src-2306ec18dbd9dd188707ec88c3a3dff734781df7.zip
FreeBSD-src-2306ec18dbd9dd188707ec88c3a3dff734781df7.tar.gz
libedit does not need to be linked with ncurses
libedit uses the terminfo headers but doesn't really need to be linked with ncurses. Discussed with: christos@NetBSD MFC after; 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libedit/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index d8ae646..1c6e52c 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -11,7 +11,6 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c filecomplete.c help.c \
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
DPADD= ${LIBNCURSES}
-LDADD= -lncurses
MAN= editline.3 editrc.5
OpenPOWER on IntegriCloud