diff options
author | ngie <ngie@FreeBSD.org> | 2014-12-05 12:23:29 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-12-05 12:23:29 +0000 |
commit | 32112cfc284054abdeb8fa64bac79862212ae185 (patch) | |
tree | f1874e9d77a4a97d9f297986ea239d46a9b4b657 /libexec | |
parent | 2ceba1b1340a12cfe78aa2589bb0bba87f7b33d9 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |