diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-05 20:36:34 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-05 20:36:34 +0000 |
| commit | 216ce1f66daa720b80f1481fd17d99731411e9ae (patch) | |
| tree | ae1c4fe064ed5852afa70637d206e3f35bba059b /libexec | |
| parent | fe8575abe4d6d9b47c15585be9de78cd657a72f4 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -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 543ec171406d..0b6ff9dd9524 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 PROG= telnetd -CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS +CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS +#CFLAGS+=-DKLUDGELINEMODE CFLAGS+=-DOLD_ENVIRON -DENV_HACK CFLAGS+=-I${.CURDIR}/../../lib #CFLAGS+=-DAUTHENTICATION -DENCRYPTION |
