aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-08-03 16:03:26 +0000
committerMark Murray <markm@FreeBSD.org>2001-08-03 16:03:26 +0000
commit563df9527017e5b7b08d5730488f142f0009b9bf (patch)
tree94de6e2eac1019debf4189b09078eb1d168b203e /secure/usr.bin
parent0512c8b6ab452787f6dd5c0c17fdbf94284f3054 (diff)
downloadsrc-563df9527017e5b7b08d5730488f142f0009b9bf.tar.gz
src-563df9527017e5b7b08d5730488f142f0009b9bf.zip
Revamp and diff-reduce the various secure telnets. Make sure that
Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
Notes
Notes: svn path=/head/; revision=81104
Diffstat (limited to 'secure/usr.bin')
-rw-r--r--secure/usr.bin/telnet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
index 56f7a7e8b899..f5fe1997d3a4 100644
--- a/secure/usr.bin/telnet/Makefile
+++ b/secure/usr.bin/telnet/Makefile
@@ -2,9 +2,9 @@
PROG= telnet
-CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \
- -DENCRYPTION -DAUTHENTICATION -I${TELNETDIR}
-CFLAGS+= -DIPSEC -DINET6
+CFLAGS= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \
+ -DENCRYPTION -DAUTHENTICATION -DIPSEC -DINET6 \
+ -I${TELNETDIR}
SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \
telnet.c terminal.c tn3270.c utilities.c