Mercurial > hg > Members > kono > nitros9-code
changeset 969:43792cdb993d
ded added to std CMDS
author | boisy |
---|---|
date | Fri, 31 Jan 2003 18:00:50 +0000 |
parents | 69757400b240 |
children | c0ce05d144a9 |
files | level2/cmds/makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/makefile Fri Jan 31 17:58:38 2003 +0000 +++ b/level2/cmds/makefile Fri Jan 31 18:00:50 2003 +0000 @@ -3,7 +3,7 @@ DEPENDS = ./Makefile CMDS = asm attr backup binex build cmp cobbler copy cputype \ - date dcheck debug deiniz del deldir devs dir dirm disasm \ + date dcheck debug ded deiniz del deldir devs dir dirm disasm \ display dmem dmode dsave dump echo edit error exbin exmode \ format free grfdrv help ident iniz irqs link list load login \ makdir mdir merge mfree mmap modpatch montype os9gen pmap \ @@ -19,7 +19,7 @@ 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 cputype.asm date.asm dcheck.asm \ - debug.asm deiniz.asm del.asm deldir.asm devs.asm dir.asm \ + debug.asm ded.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 \