diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2014-12-05 21:37:27 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2014-12-05 21:37:27 +0000 |
| commit | dbdae1b5a1829c8ef98ab0c602eb3a931e637ff1 (patch) | |
| tree | ee8a62ce0e2fe3947ca74a253ea4b0b9d5a73584 /libexec | |
| parent | 04175e52fcc3ba0241b8bd15fdceff2d109370f1 (diff) | |
MFstable/10 r275508,r275509:
r275508:
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
r275509:
MFC r274365:
Revert WiP to contrib/tzcode accidentally committed with r274364
Notes
svn path=/stable/9/; revision=275525
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 dcc339878e14..75a33dbc88f2 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 |
