summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/telnet/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index f3ae3ca..cdb15a4 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -31,6 +31,7 @@ CFLAGS+= -DHAS_CGETENT
.endif
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+DISTRIBUTION= crypto
SRCS+= authenc.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC
DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBIPSEC} ${LIBPAM}
OpenPOWER on IntegriCloud