summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-30 07:34:14 +0000
committerru <ru@FreeBSD.org>2003-04-30 07:34:14 +0000
commit026dd985be09db7b32cec01d2339d4c7576efbcd (patch)
treea39a3074b4ef060b3f4e6c97e9b251ef524b0d42 /secure
parent13592a98889945f4cdea699b8603007f034b4f8e (diff)
downloadFreeBSD-src-026dd985be09db7b32cec01d2339d4c7576efbcd.zip
FreeBSD-src-026dd985be09db7b32cec01d2339d4c7576efbcd.tar.gz
NOSECURE is implied by NOCRYPT, meaning if the latter is defined
we won't be here.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
-rw-r--r--secure/libexec/Makefile2
-rw-r--r--secure/usr.bin/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index cda3705..48121bd 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR= libcipher
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
+.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 050058e..16f8b89 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS5) && !defined(NO_OPENSSL)
+.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
SUBDIR= telnetd
.endif
.if !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index 1c9a833..6be66f4 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR= bdes
-.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
+.if !defined(NO_OPENSSL) && !defined(MAKE_KERBEROS5)
SUBDIR+=telnet
.endif
.if !defined(NO_OPENSSL)
OpenPOWER on IntegriCloud