summaryrefslogtreecommitdiff
path: root/appl/cmd/sh/mkfile
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-06-10 15:06:19 +0000
committerCharles.Forsyth <devnull@localhost>2008-06-10 15:06:19 +0000
commitcd48a233840576d6782a2be4745d44badcb1bbeb (patch)
treee99527feb19b45c282350d79d07f4f819ea475b2 /appl/cmd/sh/mkfile
parent13c8260ff19b8d186b77c30ae42db83c4f29e0b6 (diff)
20080910-1604
Diffstat (limited to 'appl/cmd/sh/mkfile')
-rw-r--r--appl/cmd/sh/mkfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/appl/cmd/sh/mkfile b/appl/cmd/sh/mkfile
index 383c5ed9..1e5801eb 100644
--- a/appl/cmd/sh/mkfile
+++ b/appl/cmd/sh/mkfile
@@ -3,7 +3,9 @@
TARG=sh.dis\
arg.dis\
expr.dis\
+ mpexpr.dis\
file2chan.dis\
+ mload.dis\
regex.dis\
sexprs.dis\
std.dis\
@@ -16,6 +18,9 @@ TARG=sh.dis\
INS= $ROOT/dis/sh.dis\
$ROOT/dis/sh/arg.dis\
$ROOT/dis/sh/expr.dis\
+ $ROOT/dis/sh/file2chan.dis\
+ $ROOT/dis/sh/mload.dis\
+ $ROOT/dis/sh/mpexpr.dis\
$ROOT/dis/sh/regex.dis\
$ROOT/dis/sh/std.dis\
$ROOT/dis/sh/string.dis\