summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile2
-rw-r--r--libexec/Makefile2
-rw-r--r--usr.bin/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 3bb7412..9ada362 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
diff --git a/libexec/Makefile b/libexec/Makefile
index aa3f26f..c3daa2f 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -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
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index a4d7632..c44c478 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -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
OpenPOWER on IntegriCloud