diff options
author | deraadt <> | 1998-10-07 01:43:03 +0000 |
---|---|---|
committer | deraadt <> | 1998-10-07 01:43:03 +0000 |
commit | eef241450768ae9aa29ec28b6f28a56807b82ba4 (patch) | |
tree | 5b542496d5090970008bd0d6117c7ae14edea8a5 /src | |
parent | fb4673ad3c598009380ce5901cd49d824f1de88b (diff) | |
download | openbsd-eef241450768ae9aa29ec28b6f28a56807b82ba4.tar.gz openbsd-eef241450768ae9aa29ec28b6f28a56807b82ba4.tar.bz2 openbsd-eef241450768ae9aa29ec28b6f28a56807b82ba4.zip |
do not build ssleay binary
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 @@ | |||
3 | ECHO= /bin/echo | 3 | ECHO= /bin/echo |
4 | 4 | ||
5 | .if exists(${.OBJDIR}/src-patent) | 5 | .if exists(${.OBJDIR}/src-patent) |
6 | SUBDIR= crypto-patent ssl-patent ssleay | 6 | SUBDIR= crypto-patent ssl-patent |
7 | .else | 7 | .else |
8 | SUBDIR= crypto ssl ssleay | 8 | SUBDIR= crypto ssl |
9 | .endif | 9 | .endif |
10 | 10 | ||
11 | .include <bsd.subdir.mk> | 11 | .include <bsd.subdir.mk> |
12 | |||