Add OPENSSL_riscvcap man page
[openssl.git] / INSTALL.OS2
diff --git a/INSTALL.OS2 b/INSTALL.OS2
deleted file mode 100644 (file)
index d4cc0e3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
- Installation on OS/2
- --------------------
-
- You need to have the following tools installed:
-
-  * EMX GCC
-  * PERL
-  * GNU make
-
-
- To build the makefile, run
-
- > os2\os2-emx
-
- This will configure OpenSSL and create OS2-EMX.mak which you then use to 
- build the OpenSSL libraries & programs by running
-
- > make -f os2-emx.mak
-
- If that finishes successfully you will find the libraries and programs in the
- "out" directory.