summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
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 /Makefile.inc1
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 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b5abb87..2ecd6bd 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -717,11 +717,11 @@ _generic_libs+= lib
.if !defined(NOCRYPT) && !defined(NOSECURE)
.if !defined(NO_OPENSSL)
_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
-.endif
-.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
+.if !defined(NO_OPENSSH)
_prebuild_libs+= secure/lib/libssh
secure/lib/libssh__L: secure/lib/libcrypto__L lib/libz__L
.endif
+.endif
_generic_libs+= secure/lib
.endif
OpenPOWER on IntegriCloud