summaryrefslogtreecommitdiffstats
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-01 19:38:15 +0000
committerru <ru@FreeBSD.org>2003-05-01 19:38:15 +0000
commit0deec148bae5b3d492024103cb297cbef008489a (patch)
treef409dc1499fa26ed2b0e6494affe574c5ada224e /libexec/Makefile
parent2ae9241429ba97c50016aa5adcd059de32e2eef1 (diff)
downloadFreeBSD-src-0deec148bae5b3d492024103cb297cbef008489a.zip
FreeBSD-src-0deec148bae5b3d492024103cb297cbef008489a.tar.gz
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud