From 0b62a022698b0d2d0d4ed87d53238c2cecd73831 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 3 Mar 2013 02:11:03 +0000 Subject: [PATCH] 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 --- lib/libedit/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index d8ae64681960..1c6e52c38160 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