diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-30 22:25:54 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-30 22:25:54 +0000 |
| commit | b682213c87beb8317933e5b6b19f8921f06b623b (patch) | |
| tree | c83116f0da84710dbdebc883b60d0a91e63117bc | |
| parent | 99f9320ef763bdb7d623877a49ec74bf0c98037b (diff) | |
Notes
| -rw-r--r-- | secure/usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
