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:
Pedro F. Giffuni 2013-03-03 02:11:03 +00:00
parent 03e78eac37
commit 0b62a02269
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247683

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