diff level2/cmds/makefile @ 417:209e67e34d04

Shell+ 2.2a is now standard shell with Level 2 and NitrOS-9
author boisy
date Sat, 21 Sep 2002 14:37:52 +0000
parents e5dfb2271401
children e0c4e91bff5e
line wrap: on
line diff
--- a/level2/cmds/makefile	Sat Sep 21 03:24:23 2002 +0000
+++ b/level2/cmds/makefile	Sat Sep 21 14:37:52 2002 +0000
@@ -6,15 +6,13 @@
 		deiniz del deldir dir display dump echo error exbin format \
 		free grfdrv help ident iniz link list load login makdir mdir \
 		merge mfree modpatch montype procs pwd pxd rename save \
-		setime shell_21 sleep tee tmode tsmon unlink \
+		setime shell_21 shell_22a sleep tee tmode tsmon unlink \
 		verify wcreate xmode
 SUBS            = gfx2 gfx inkey
 
-SHELLMODS	= shell_21 build copy date deiniz del dir display echo iniz \
-		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
+SHELLMODS	= shell_22a deiniz display echo iniz link load save unlink
+UTILPAK1	= attr build copy date del deldir dir list makdir mdir \
+		merge mfree procs pwd pxd rename sleep tee tmode
 
 LEVEL1FILES	= attr.asm binex.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 format.asm free.asm gfx.asm help.asm ident.asm iniz.asm inkey.asm link.asm \