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:
parent
16a44f8568
commit
366b043164
@ -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
|
||||
|
@ -40,7 +40,7 @@ SUBDIR+=mail.local smrsh
|
||||
|
||||
.if defined(RELEASEDIR) || \
|
||||
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
|
||||
defined(NOCRYPT) || \
|
||||
defined(NOCRYPT) || defined(NO_OPENSSL) || \
|
||||
(defined(NOSECURE) && !defined(MAKE_KERBEROS5))
|
||||
# make release needs both
|
||||
SUBDIR+=telnetd
|
||||
|
@ -218,7 +218,7 @@ SUBDIR= alias \
|
||||
|
||||
.if defined(RELEASEDIR) || \
|
||||
(!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
|
||||
defined(NOCRYPT) || \
|
||||
defined(NOCRYPT) || defined(NO_OPENSSL) || \
|
||||
(defined(NOSECURE) && !defined(MAKE_KERBEROS5))
|
||||
# make release needs both
|
||||
SUBDIR+=telnet
|
||||
|
Loading…
Reference in New Issue
Block a user