aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vi
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 /usr.bin/vi
parent396851c20aebdfada7c108bef5695c6a372e75b1 (diff)
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 5769a34c6d2e..4449982f118c 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -35,7 +35,7 @@ MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex \
-I${.CURDIR}/ex
-LIBADD= util ncursesw
+LIBADD= util tinfow ncursesw
.if ${MK_ICONV} == "yes" && !defined(RESCUE)
CFLAGS+= -DUSE_ICONV -DICONV_TRADITIONAL