diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile index 041f303f47ac..b8636e5c4333 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