Home | History | Annotate | Line # | Download | only in libtelnet
Makefile revision 1.4
      1 #	from: @(#)Makefile	8.2 (Berkeley) 12/15/93
      2 #	$Id: Makefile,v 1.4 1994/02/25 02:52:45 cgd Exp $
      3 
      4 LIB=	telnet
      5 SRCS=	auth.c encrypt.c genget.c getent.c misc.c
      6 #SRCS+=	kerberos.c enc_des.c
      7 #SRCS+=	kerberos5.c
      8 #CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DHAS_CGETENT
      9 #CFLAGS+= -DKRB4 -DDES_ENCRYPTION -I/usr/include/kerberosIV
     10 
     11 # These are the sources that have encryption stuff in them.
     12 CRYPT_SRC= auth.c enc-proto.h enc_des.c encrypt.c
     13 CRYPT_SRC+= encrypt.h kerberos.c kerberos5.c krb4encpwd.c
     14 CRYPT_SRC+= misc.c spx.c Makefile
     15 NOCRYPT_DIR=${.CURDIR}/Nocrypt
     16 
     17 .include <bsd.lib.mk>
     18 
     19 nocrypt:
     20 	@echo "Encryption code already removed."
     21