summaryrefslogtreecommitdiffstats
path: root/system/mksh/README
blob: ee620155875aa7c301b972efdc386160a511abd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 build a static /bin/mksh.

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.