summaryrefslogtreecommitdiffstats
path: root/system/mksh/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/mksh/README')
-rw-r--r--system/mksh/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/system/mksh/README b/system/mksh/README
index e741b2c12e..ee62015587 100644
--- a/system/mksh/README
+++ b/system/mksh/README
@@ -1,7 +1,12 @@
This is mksh, the "MirBSD Korn Shell" (or "MidnightBSD Korn Shell").
It is a successor to the Public Domain Korn Shell (pdksh)
-Pass STATIC=yes to the script to create a static build.
+Pass STATIC=yes to the script to build a static /bin/mksh.
-Pass DIET=yes to the script in order to use dietlibc (this
-requires the optional dependency dietlibc)
+Pass DIET=yes to the script to use dietlibc instead of glibc. This
+requires the optional dependency dietlibc. DIET=yes builds are always
+static; no need for STATIC=yes. Cannot be combined with MUSL=yes.
+
+Pass MUSL=yes to the script to use musl instead of glibc. This
+requires the optional dependency musl. Can be combined with
+STATIC=yes. Cannot be combined with DIET=yes.