summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-11 04:06:05 +0000
committerngie <ngie@FreeBSD.org>2014-11-11 04:06:05 +0000
commitb0fc5dc54ae5e13fc3e7c298eb1e63ec73052078 (patch)
treebd31d0a8e6bad8f84f2816ea84e5754c8c07ce3d /libexec
parent12580bcaa8a78094978261a456034eb3684e9f58 (diff)
downloadFreeBSD-src-b0fc5dc54ae5e13fc3e7c298eb1e63ec73052078.zip
FreeBSD-src-b0fc5dc54ae5e13fc3e7c298eb1e63ec73052078.tar.gz
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 MFC after: 2 weeks 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 690b03c..07de197 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