diff options
author | brad <> | 2001-01-31 20:49:11 +0000 |
---|---|---|
committer | brad <> | 2001-01-31 20:49:11 +0000 |
commit | 9687e48840bae8d7ae7c6ea2cb3c455a6692f2a9 (patch) | |
tree | 281b911d8192c4e1f01e9070060cf78e1c060a50 /src/lib/libssl/Makefile | |
parent | 36645d5fbc055004af0f4972b18ebb6db6cd4100 (diff) | |
download | openbsd-9687e48840bae8d7ae7c6ea2cb3c455a6692f2a9.tar.gz openbsd-9687e48840bae8d7ae7c6ea2cb3c455a6692f2a9.tar.bz2 openbsd-9687e48840bae8d7ae7c6ea2cb3c455a6692f2a9.zip |
remove old infrastructure which is not used anymore. Ok'd by beck@
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 3954b2d858..6d6ced309f 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,10 +1,7 @@ | |||
1 | .include <bsd.own.mk> | 1 | .include <bsd.own.mk> |
2 | |||
2 | ECHO= /bin/echo | 3 | ECHO= /bin/echo |
3 | 4 | ||
4 | .if exists(${.OBJDIR}/src-patent) | 5 | SUBDIR= crypto ssl |
5 | SUBDIR= crypto-patent ssl-patent | ||
6 | .else | ||
7 | SUBDIR= crypto ssl | ||
8 | .endif | ||
9 | 6 | ||
10 | .include <bsd.subdir.mk> | 7 | .include <bsd.subdir.mk> |