summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib/libtelnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/lib/libtelnet/Makefile')
-rw-r--r--kerberosIV/lib/libtelnet/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile
new file mode 100644
index 0000000..334caf7
--- /dev/null
+++ b/kerberosIV/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