mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
Don't build sshd if NO_OPENSSL defined.
Submitted by: stephen@math.missouri.edu
This commit is contained in:
parent
99f9320ef7
commit
b682213c87
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64034
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR=
|
||||
.if !defined(NO_OPENSSH)
|
||||
.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
|
||||
SUBDIR+=sshd
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user