diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-07 01:43:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-07 01:43:04 +0000 |
commit | 7edec5e4ae5b2313dc35b6826d3f5cf7062174a7 (patch) | |
tree | 40aa5bf73d6f4381b0d3e106b8ef4d5492276d60 /lib/libssl | |
parent | 704ebf60473be16979fcefb1393d4edbe3be88a9 (diff) |
do not build ssleay binary
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index d79795e0f3b..38f2b0ae946 100644 --- a/lib/libssl/Makefile +++ b/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 <bsd.subdir.mk> - |