aboutsummaryrefslogtreecommitdiff
path: root/lib/libtelnet
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
commita216173556ede5d21d5157db945767a08201aae1 (patch)
tree39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /lib/libtelnet
parent83c7ade90a32f8aaff4de282b9fc2493076a54b9 (diff)
Notes
Diffstat (limited to 'lib/libtelnet')
-rw-r--r--lib/libtelnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index 544f21c880be..38f73a420af9 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -14,7 +14,7 @@ CFLAGS+= -I${TELNETDIR}
WARNS?= 0
.if !defined(RELEASE_CRUNCH)
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
SRCS+= encrypt.c auth.c enc_des.c sra.c pk.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
.if !defined(NO_KERBEROS)