aboutsummaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 01:52:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-04 09:38:24 +0000
commitcbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 (patch)
treeb4a071cc03a76f69e47815fdae686b2f8cc41eb1 /lib/libedit
parent396851c20aebdfada7c108bef5695c6a372e75b1 (diff)
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index e549ac15c000..28014feafab7 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -13,7 +13,7 @@ SHLIBDIR?= /lib
WARNS?= 3
LIB= edit
-LIBADD= ncursesw
+LIBADD= tinfow
SRCS= chared.c chartype.c common.c el.c eln.c emacs.c filecomplete.c \
hist.c history.c historyn.c keymacro.c literal.c map.c \