changeset 348:1fdd80bc3f91

Added more commands to shell and utilpak1 file
author boisy
date Thu, 25 Jul 2002 00:58:30 +0000
parents e0e122c55c58
children 8f8fb0d8e0cd
files level2/cmds/makefile
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 \