summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-07-30 22:25:54 +0000
committerkris <kris@FreeBSD.org>2000-07-30 22:25:54 +0000
commitb6b779127659ce6c36f22e6d5c73efe3aa230e1b (patch)
treedf8b00e8443fa1ba505a2741635dbdcb7547f502 /secure
parent8c276cfb441f34f53b90bc07b1390842757d0435 (diff)
downloadFreeBSD-src-b6b779127659ce6c36f22e6d5c73efe3aa230e1b.zip
FreeBSD-src-b6b779127659ce6c36f22e6d5c73efe3aa230e1b.tar.gz
Don't build sshd if NO_OPENSSL defined.
Submitted by: stephen@math.missouri.edu
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile
index 041f303..b8636e5 100644
--- a/secure/usr.sbin/Makefile
+++ b/secure/usr.sbin/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR=
-.if !defined(NO_OPENSSH)
+.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
SUBDIR+=sshd
.endif
OpenPOWER on IntegriCloud