diff options
author | markm <markm@FreeBSD.org> | 2003-06-08 08:24:07 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-06-08 08:24:07 +0000 |
commit | c9989cede15f06d79479c0bf66b6e6036958451d (patch) | |
tree | 26ac47ad2148ce1f0500c2b335d6015d60a03b0d /secure/usr.bin/Makefile | |
parent | 01de4910e4647197895071c271c016e34c0e240c (diff) | |
download | FreeBSD-src-c9989cede15f06d79479c0bf66b6e6036958451d.zip FreeBSD-src-c9989cede15f06d79479c0bf66b6e6036958451d.tar.gz |
Fix for the NO_OPENSSL case.
Reported by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r-- | secure/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index 791c8c5..77674ab 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -SUBDIR= bdes +SUBDIR= .if !defined(NO_OPENSSL) -SUBDIR+=openssl +SUBDIR+=bdes openssl .if !defined(NO_OPENSSH) SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan .endif |