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