From acce0bcdb3ef4714bbf9cd573c2e4b23836e6bff Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 20 Jul 2003 23:29:46 +0000 Subject: Test correct macro for "without crypto" option(s). --- libexec/telnetd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 96d11fe6f58a2..47dc8085e8d59 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} -- cgit v1.3