From cd48a233840576d6782a2be4745d44badcb1bbeb Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 10 Jun 2008 15:06:19 +0000 Subject: 20080910-1604 --- appl/cmd/sh/mkfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'appl/cmd/sh/mkfile') 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\ -- cgit v1.2.3