diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2014-07-17 18:24:34 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2014-07-17 18:24:34 +0000 |
| commit | 80189b3b093749e26cb298735618c6633a2d26fc (patch) | |
| tree | 3ff2151befbc35e13a819af1c5dc8b2239bd1183 /libexec/telnetd | |
| parent | 53cc33f6f629c8eb5377ddcf02b1dff1eb2a8fac (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 4 |
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 |
