From dbdae1b5a1829c8ef98ab0c602eb3a931e637ff1 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 5 Dec 2014 21:37:27 +0000 Subject: 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 --- libexec/telnetd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libexec') 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 -- cgit v1.3