Allow libtelnet to compile, by removing references to Kerberos and DES in

the Makefile.  We still need to determine the appropriate source organization
for this.
This commit is contained in:
Garrett Wollman 1994-08-05 02:02:36 +00:00
parent 174cff9d58
commit bed8f8b45c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1854

View file

@ -1,11 +1,11 @@
# @(#)Makefile 8.2 (Berkeley) 12/15/93
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $Id$
LIB= telnet
SRCS= auth.c encrypt.c genget.c getent.c misc.c
SRCS+= kerberos.c enc_des.c
#SRCS+= kerberos5.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DHAS_CGETENT
CFLAGS+= -DKRB4 -DDES_ENCRYPTION -I/usr/include/kerberosIV
CFLAGS+= -DHAS_CGETENT
# These are the sources that have encryption stuff in them.
CRYPT_SRC= auth.c enc-proto.h enc_des.c encrypt.c