mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +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
@ -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