summaryrefslogtreecommitdiff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/Modules/.distfiles1
-rw-r--r--Src/zsh.mdd2
2 files changed, 2 insertions, 1 deletions
diff --git a/Src/Modules/.distfiles b/Src/Modules/.distfiles
index 213b55649..b04067104 100644
--- a/Src/Modules/.distfiles
+++ b/Src/Modules/.distfiles
@@ -12,6 +12,7 @@ DISTFILES_SRC='
pcre.mdd pcre.c
socket.mdd socket.c
stat.mdd stat.c
+ system.mdd system.c errnames1.awk errnames2.awk
tcp.mdd tcp.c tcp.h
termcap.mdd termcap.c
terminfo.mdd terminfo.c
diff --git a/Src/zsh.mdd b/Src/zsh.mdd
index e2b7b91b5..fddd0c30f 100644
--- a/Src/zsh.mdd
+++ b/Src/zsh.mdd
@@ -2,7 +2,7 @@ name=zsh/main
link=static
load=yes
# load=static should replace use of alwayslink
-functions='Functions/Misc/* Functions/Prompts/*'
+functions='Functions/Misc/* Functions/MIME/* Functions/Prompts/*'
nozshdep=1
alwayslink=1