summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-20 23:29:46 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-20 23:29:46 +0000
commitacce0bcdb3ef4714bbf9cd573c2e4b23836e6bff (patch)
tree83b79f83cb17088968a0da959381c235dcd956b2 /libexec
parent45bbf62fb584b30247ebba0724a159694e9a2fb0 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 96d11fe6f58a..47dc8085e8d5 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -28,7 +28,7 @@ LIBTELNET= ${.CURDIR}/../../lib/libtelnet/libtelnet.a
DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET}
LDADD= -lutil -ltermcap ${LIBTELNET}
-.if !defined(NO_CRYPTO)
+.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
SRCS+= authenc.c
CFLAGS+= -DAUTHENTICATION -DENCRYPTION
DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBPAM}