aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2014-07-17 18:24:34 +0000
committerBrooks Davis <brooks@FreeBSD.org>2014-07-17 18:24:34 +0000
commit80189b3b093749e26cb298735618c6633a2d26fc (patch)
tree3ff2151befbc35e13a819af1c5dc8b2239bd1183 /libexec/telnetd
parent53cc33f6f629c8eb5377ddcf02b1dff1eb2a8fac (diff)
Notes
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index a63b937231e5..f80bf5c92dc1 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -30,8 +30,8 @@ CFLAGS+= -I${TELNETDIR}
LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
-DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
-LDADD= -lutil -ltermcap ${LIBTELNET}
+DPADD= ${LIBUTIL} ${LIBTERMCAPW} ${LIBTELNET}
+LDADD= -lutil -ltermcapw ${LIBTELNET}
.if ${MK_OPENSSL} != "no"
SRCS+= authenc.c