aboutsummaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-24 07:19:55 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-24 07:19:55 +0000
commit3665b7c29bcb0304c75134a4cfe2aefe383a4b43 (patch)
tree0d99eeca94a2fa2041f9adb9ee289061634d60b5 /libexec/telnetd
parent71990d3dd1da628d1e2c344505f1f1f065055feb (diff)
downloadsrc-3665b7c29bcb0304c75134a4cfe2aefe383a4b43.tar.gz
src-3665b7c29bcb0304c75134a4cfe2aefe383a4b43.zip
Ensure that for the cryptographic instances of *telnet*, the "crypto"
distribution is used. This only affects release-building.
Notes
Notes: svn path=/head/; revision=117953
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 47dc8085e8d5..8a7e7844def7 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}