From eef241450768ae9aa29ec28b6f28a56807b82ba4 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 7 Oct 1998 01:43:03 +0000 Subject: do not build ssleay binary --- src/lib/libssl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index d79795e0f3..38f2b0ae94 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -3,10 +3,9 @@ ECHO= /bin/echo .if exists(${.OBJDIR}/src-patent) -SUBDIR= crypto-patent ssl-patent ssleay +SUBDIR= crypto-patent ssl-patent .else -SUBDIR= crypto ssl ssleay +SUBDIR= crypto ssl .endif .include - -- cgit v1.2.3-55-g6feb