summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-06-21 08:54:03 +0000
committerru <ru@FreeBSD.org>2002-06-21 08:54:03 +0000
commit25fe20626e02a5453fe5e50217229a3f9d2925b4 (patch)
treeca0aaebd5de820a84d2a30fd9f4306f7227b8706 /secure
parent37c7624aa90797b441184b242ab75bb86b617d00 (diff)
downloadFreeBSD-src-25fe20626e02a5453fe5e50217229a3f9d2925b4.zip
FreeBSD-src-25fe20626e02a5453fe5e50217229a3f9d2925b4.tar.gz
Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5).
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index a6f15de..40731dd 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -6,9 +6,9 @@ SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
-.endif
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud