summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-05 12:23:29 +0000
committerngie <ngie@FreeBSD.org>2014-12-05 12:23:29 +0000
commit32112cfc284054abdeb8fa64bac79862212ae185 (patch)
treef1874e9d77a4a97d9f297986ea239d46a9b4b657 /libexec
parent2ceba1b1340a12cfe78aa2589bb0bba87f7b33d9 (diff)
downloadFreeBSD-src-32112cfc284054abdeb8fa64bac79862212ae185.zip
FreeBSD-src-32112cfc284054abdeb8fa64bac79862212ae185.tar.gz
MFC r274364:
Add baud rate support to telnet(1) This implements part of RFC-2217 It's based off a patch originally written by Sujal Patel at Isilon, and contributions from other Isilon employees. PR: 173728 Phabric: D995 Reviewed by: markj, markm Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index dcc3398..75a33db 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -25,6 +25,7 @@ CFLAGS+= -DINET6
.endif
CFLAGS+= -I${TELNETDIR}
+CFLAGS+= -I${TELNETDIR}/telnet
LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
OpenPOWER on IntegriCloud