diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-11-13 19:05:27 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-11-13 19:05:27 +0000 |
| commit | 225c0f4b447b595756b07562646b5d9767dcc1ae (patch) | |
| tree | 9bb27ba397c1269eb811cb12755d0f59d1c0d053 /libexec/telnetd | |
| parent | f1c1cdbb9c90f21d757dd895583bc778970ee484 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 3ad8a4e4a94a..dcc339878e14 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -17,7 +17,8 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \ WARNS?= 2 WFORMAT?= 0 -CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON -DENV_HACK +CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ + -DENV_HACK -DSTREAMSPTY .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 |
