# HG changeset patch # User boisy # Date 1034554365 0 # Node ID 7447909c9da3af02eb0c20c0690cb365ab5d0336 # Parent e89f905053f16b94edc262979f745d0e0831da14 Added asm program diff -r e89f905053f1 -r 7447909c9da3 level2/cmds/makefile --- a/level2/cmds/makefile Mon Oct 14 00:10:38 2002 +0000 +++ b/level2/cmds/makefile Mon Oct 14 00:12:45 2002 +0000 @@ -2,7 +2,7 @@ DEPENDS = ./Makefile -CMDS = attr backup binex build cmp cobbler copy date \ +CMDS = asm attr backup binex build cmp cobbler copy date \ 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 \ @@ -15,7 +15,7 @@ merge mfree procs pwd pxd rename sleep tee tmode BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm -LEVEL1FILES = attr.asm backup.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ +LEVEL1FILES = asm.asm attr.asm backup.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.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 \ list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pwd.asm pxd.asm rename.asm \ save.asm setime.asm sleep.asm tee.asm tmode.asm tuneport.asm tsmon.asm verify.asm xmode.asm