From a52672e93841a87b90b686e389c6862dff8d4ebe Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 1 May 2003 19:38:15 +0000 Subject: Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined. Submitted by: Marius Strobl --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 3bb7412d09982..9ada362aa2901 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -79,7 +79,7 @@ _libdisk= libdisk .if defined(RELEASEDIR) || \ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \ - defined(NOCRYPT) || \ + defined(NOCRYPT) || defined(NO_OPENSSL) || \ (defined(NOSECURE) && !defined(MAKE_KERBEROS5)) _libtelnet= libtelnet .endif -- cgit v1.3