mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue