1994-02-25 05:52:45 +03:00
|
|
|
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
1996-02-24 04:15:15 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 1996/02/24 01:15:15 jtk Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
LIB= telnet
|
1994-02-25 05:52:45 +03:00
|
|
|
SRCS= auth.c encrypt.c genget.c getent.c misc.c
|
1994-02-25 06:13:45 +03:00
|
|
|
CFLAGS+= -DHAS_CGETENT
|
1994-02-25 05:52:45 +03:00
|
|
|
|
|
|
|
# These are the sources that have encryption stuff in them.
|
|
|
|
CRYPT_SRC= auth.c enc-proto.h enc_des.c encrypt.c
|
|
|
|
CRYPT_SRC+= encrypt.h kerberos.c kerberos5.c krb4encpwd.c
|
|
|
|
CRYPT_SRC+= misc.c spx.c Makefile
|
|
|
|
NOCRYPT_DIR=${.CURDIR}/Nocrypt
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
1994-02-25 05:52:45 +03:00
|
|
|
nocrypt:
|
|
|
|
@echo "Encryption code already removed."
|