summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
committermarkm <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
commit49407ce7992987d3109e86e213121630ef235915 (patch)
tree31fc49a3011c18c9e07a0f0cda5552333e26ee19 /kerberos5/usr.bin
parent5449271204fc8fb794d61db69e85996f702c84a7 (diff)
downloadFreeBSD-src-49407ce7992987d3109e86e213121630ef235915.zip
FreeBSD-src-49407ce7992987d3109e86e213121630ef235915.tar.gz
Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
Diffstat (limited to 'kerberos5/usr.bin')
-rw-r--r--kerberos5/usr.bin/telnet/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/kerberos5/usr.bin/telnet/Makefile b/kerberos5/usr.bin/telnet/Makefile
new file mode 100644
index 0000000..1e19cb1
--- /dev/null
+++ b/kerberos5/usr.bin/telnet/Makefile
@@ -0,0 +1,17 @@
+# $Id$
+
+PROG= telnet
+
+CFLAGS+= -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \
+ -DENCRYPTION -DAUTHENTICATION -DKRB4 \
+ -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} ${LIBKRB}
+LDADD= -ltermcap -L${TELNETOBJDIR} -ltelnet -ldes -L${KRBOBJDIR} -lkrb
+
+.include <bsd.prog.mk>
+
+.PATH: ${TELNETDIR}/telnet
OpenPOWER on IntegriCloud