summaryrefslogtreecommitdiffstats
path: root/kerberos5/lib
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/lib
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/lib')
-rw-r--r--kerberos5/lib/libtelnet/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/kerberos5/lib/libtelnet/Makefile b/kerberos5/lib/libtelnet/Makefile
new file mode 100644
index 0000000..334caf7
--- /dev/null
+++ b/kerberos5/lib/libtelnet/Makefile
@@ -0,0 +1,14 @@
+# $Id$
+
+LIB= telnet
+
+SRCS= genget.c getent.c misc.c encrypt.c auth.c kerberos.c enc_des.c
+
+CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
+ -DKRB4 -I${TELNETDIR}
+
+INCLUDES= ${TELNETDIR}/arpa/telnet.h
+
+.include <bsd.lib.mk>
+
+.PATH: ${TELNETDIR}/libtelnet
OpenPOWER on IntegriCloud