mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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:
parent
03e78eac37
commit
0b62a02269
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247683
@ -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
|
parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
|
||||||
|
|
||||||
DPADD= ${LIBNCURSES}
|
DPADD= ${LIBNCURSES}
|
||||||
LDADD= -lncurses
|
|
||||||
|
|
||||||
MAN= editline.3 editrc.5
|
MAN= editline.3 editrc.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user