1994-02-25 05:52:45 +03:00
|
|
|
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
1997-10-23 07:24:56 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/10/23 03:24:56 lukem 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
|
1997-10-23 07:24:56 +04:00
|
|
|
CPPFLAGS+= -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."
|