From c9989cede15f06d79479c0bf66b6e6036958451d Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 8 Jun 2003 08:24:07 +0000 Subject: Fix for the NO_OPENSSL case. Reported by: Marius Strobl --- secure/usr.bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.bin') 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 -- cgit v1.1