Add mksh from CVS 2010/08/24 as system/core/mksh module
Both shells (ash from system/core/sh, and mksh) are built by
default but only the one where $(TARGET_SHELL) is set to is
actually installed (the shell and the mkshrc configuration
file are tagged shell_mksh for this to work).
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
diff --git a/mksh/src/00-NOTE.txt b/mksh/src/00-NOTE.txt
new file mode 100644
index 0000000..1904d7e
--- /dev/null
+++ b/mksh/src/00-NOTE.txt
@@ -0,0 +1,19 @@
+This is mksh from AnonCVS on 2010-08-24 with the
+following files removed:
+• Makefile
+ (not part of regular mksh releases anyway)
+• dot.mkshrc
+ (not needed, we use our own for Android)
+• mksh.1
+ (manpage; also available from the web)
+• setmode.c
+ (not needed, we don’t use the mknod builtin)
+• strlcpy.c
+ (not needed, bionic provides this)
+
+The manual page can be downloaded as PDF (ISO A4 paper) from
+https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh.pdf or read
+online at https://www.mirbsd.org/man1/mksh (HTML).
+
+There are currently no changes to the code in this
+subdirectory.