Mercurial > hg > Members > kono > nitros9-code
changeset 964:4f56e6891d94
Added new commands to standard CMDS toolset
author | boisy |
---|---|
date | Fri, 31 Jan 2003 17:40:46 +0000 |
parents | 7cecd837bcab |
children | 53553cdc265c |
files | level2/cmds/makefile |
diffstat | 1 files changed, 13 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/makefile Fri Jan 31 17:37:19 2003 +0000 +++ b/level2/cmds/makefile Fri Jan 31 17:40:46 2003 +0000 @@ -2,12 +2,13 @@ DEPENDS = ./Makefile -CMDS = asm attr backup binex build cmp cobbler copy date dcheck debug \ - deiniz del deldir dir display dsave dump echo edit error exbin format \ - free grfdrv help ident iniz link list load login makdir mdir \ - merge mfree modpatch montype os9gen procs pwd pxd rename runb save \ - setime shell_21 shellplus sleep tee tmode touch tsmon unlink \ - verify wcreate xmode +CMDS = asm attr backup binex build cmp cobbler copy cputype \ + date dcheck debug deiniz del deldir devs dir disasm display \ + dmode dsave dump echo edit error exbin exmode format \ + free grfdrv help ident iniz irqs link list load login makdir \ + mdir merge mfree modpatch montype os9gen procs pwd pxd rename \ + runb save setime shell_21 shellplus sleep tee tmode touch \ + tsmon unlink verify wcreate xmode SUBS = gfx2 gfx inkey syscall SHELLMODS = shellplus date deiniz echo iniz link load save unlink @@ -15,8 +16,12 @@ mfree procs rename tmode BASIC09FILES = runb.asm gfx.asm gfx2.asm inkey.asm syscall.asm -LEVEL1FILES = asm.asm attr.asm backup.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm dcheck.asm debug.asm deiniz.asm del.asm deldir.asm \ - dir.asm display.asm dsave.asm dump.asm echo.asm edit.asm error.asm exbin.asm format.asm free.asm help.asm ident.asm iniz.asm link.asm \ +LEVEL1FILES = asm.asm attr.asm backup.asm binex.asm build.asm cmp.asm \ + cobbler.asm copy.asm cputype.asm date.asm dcheck.asm \ + debug.asm deiniz.asm del.asm deldir.asm devs.asm dir.asm \ + disasm.asm display.asm dmode.asm dsave.asm dump.asm echo.asm \ + edit.asm error.asm exbin.asm exmode.asm format.asm free.asm \ + help.asm ident.asm iniz.asm irqs.asm link.asm \ list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pd.asm rename.asm \ save.asm setime.asm sleep.asm tee.asm tmode.asm touch.asm tuneport.asm tsmon.asm verify.asm xmode.asm