summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd
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 /libexec/telnetd
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 'libexec/telnetd')
-rw-r--r--libexec/telnetd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 47dc808..8a7e784 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -29,6 +29,7 @@ DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap ${LIBTELNET}
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+DISTRIBUTION= crypto
SRCS+= authenc.c
CFLAGS+= -DAUTHENTICATION -DENCRYPTION
DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBPAM}
OpenPOWER on IntegriCloud