summaryrefslogtreecommitdiff
path: root/crypto/libressl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libressl/Makefile')
-rw-r--r--crypto/libressl/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/libressl/Makefile b/crypto/libressl/Makefile
deleted file mode 100644
index 56eabfc..0000000
--- a/crypto/libressl/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-include ssl_obj.mk
-
-all:
- for i in $(subdirs); do \
- (cd $$i && $(MAKE)) || exit; \
- done
-
-clean:
- for i in $(subdirs); do \
- (cd $$i && $(MAKE) clean) || exit; \
- done
- rm -f *.o *.a