summaryrefslogtreecommitdiff
path: root/lib/libtelnet/Makefile
blob: 38e036110d0cfc40a2b862c96945cb869990b0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	from: @(#)Makefile	8.2 (Berkeley) 12/15/93
#	$Id: Makefile,v 1.5 1994/02/25 03:13:45 cgd Exp $

LIB=	telnet
SRCS=	auth.c encrypt.c genget.c getent.c misc.c
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
CRYPT_SRC+= encrypt.h kerberos.c kerberos5.c krb4encpwd.c
CRYPT_SRC+= misc.c spx.c Makefile
NOCRYPT_DIR=${.CURDIR}/Nocrypt

.include <bsd.lib.mk>

nocrypt:
	@echo "Encryption code already removed."