diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2001-01-31 20:49:12 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2001-01-31 20:49:12 +0000 |
commit | c85deec031a5ed6e46a2abede7bffce1a687bb23 (patch) | |
tree | 39efc69eaf9bbf2b363d7bb76ec7dac56a26b4f4 /lib/libssl/Makefile | |
parent | 3b3424007bcf364f95e9d50a9b714576ba944a8a (diff) |
remove old infrastructure which is not used anymore. Ok'd by beck@
Diffstat (limited to 'lib/libssl/Makefile')
-rw-r--r-- | lib/libssl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index 3954b2d8581..6d6ced309fb 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,10 +1,7 @@ .include <bsd.own.mk> + ECHO= /bin/echo -.if exists(${.OBJDIR}/src-patent) -SUBDIR= crypto-patent ssl-patent -.else -SUBDIR= crypto ssl -.endif +SUBDIR= crypto ssl .include <bsd.subdir.mk> |