summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-10-07 19:47:09 +0000
committermarkm <markm@FreeBSD.org>1999-10-07 19:47:09 +0000
commite22fcdae42a8377fd03093fb75eb19694507a055 (patch)
tree29229b1840e80b5380745070efc7d2f6db9abd89 /secure/usr.bin
parenta6c74e1cc3763a132f455e6c6ae55205e60f9ecf (diff)
downloadFreeBSD-src-e22fcdae42a8377fd03093fb75eb19694507a055.zip
FreeBSD-src-e22fcdae42a8377fd03093fb75eb19694507a055.tar.gz
Make telnet with SRA work.
Submitted by: Nick Sayer
Diffstat (limited to 'secure/usr.bin')
-rw-r--r--secure/usr.bin/Makefile2
-rw-r--r--secure/usr.bin/telnet/Makefile16
2 files changed, 17 insertions, 1 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index ee8fddf..0b1fc8a 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= bdes
+SUBDIR= bdes telnet
.include <bsd.subdir.mk>
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
new file mode 100644
index 0000000..b768344
--- /dev/null
+++ b/secure/usr.bin/telnet/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PROG= telnet
+
+CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \
+ -DENCRYPTION -DAUTHENTICATION -I${TELNETDIR}
+
+SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c \
+ telnet.c terminal.c tn3270.c utilities.c
+
+DPADD= ${LIBTERMCAP} ${LIBTELNET} ${LIBDES} ${LIBCRYPT} ${LIBMP}
+LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -lcrypt -lmp
+
+.include <bsd.prog.mk>
+
+.PATH: ${TELNETDIR}/telnet
OpenPOWER on IntegriCloud