Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user