# HG changeset patch # User boisy # Date 1027558710 0 # Node ID 1fdd80bc3f9184c60ab63b48ae6e32624611f298 # Parent e0e122c55c5840cd9cfc80d0dde13e3b257f24b3 Added more commands to shell and utilpak1 file diff -r e0e122c55c58 -r 1fdd80bc3f91 level2/cmds/makefile --- a/level2/cmds/makefile Wed Jul 24 20:01:27 2002 +0000 +++ b/level2/cmds/makefile Thu Jul 25 00:58:30 2002 +0000 @@ -11,8 +11,10 @@ SUBS = gfx2 gfx inkey SHELLMODS = shell_21 build copy date deiniz del dir display echo iniz \ - link list load mdir merge mfree procs tmode unlink -UTILPAK1 = attr deldir ident rename setime xmode + link list load makdir mdir merge mfree procs save tee tmode \ + unlink +UTILPAK1 = attr deldir dump free ident pwd pxd rename setime \ + sleep verify wcreate xmode LEVEL1FILES = binex.asm attr.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ dir.asm display.asm dump.asm echo.asm error.asm exbin.asm free.asm gfx.asm help.asm ident.asm iniz.asm inkey.asm link.asm \