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
This commit is contained in:
pfg 2013-03-03 02:11:03 +00:00
parent be8012c4e6
commit 2306ec18db

View File

@ -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