summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-07-24 07:19:55 +0000
committermarkm <markm@FreeBSD.org>2003-07-24 07:19:55 +0000
commitc0c9eb00ee7501980abdedb2f8c28c7b40f49cae (patch)
tree0d99eeca94a2fa2041f9adb9ee289061634d60b5 /lib/libtelnet
parent13ec34c5854f57a8be798024b0c20ce4163d1f06 (diff)
downloadFreeBSD-src-c0c9eb00ee7501980abdedb2f8c28c7b40f49cae.zip
FreeBSD-src-c0c9eb00ee7501980abdedb2f8c28c7b40f49cae.tar.gz
Ensure that for the cryptographic instances of *telnet*, the "crypto"
distribution is used. This only affects release-building.
Diffstat (limited to 'lib/libtelnet')
-rw-r--r--lib/libtelnet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index 200b668..0339402 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -14,6 +14,7 @@ CFLAGS+= -I${TELNETDIR}
WARNS?= 2
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+DISTRIBUTION= crypto
SRCS+= encrypt.c auth.c enc_des.c sra.c pk.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
.if !defined(NO_KERBEROS)
OpenPOWER on IntegriCloud