comparison level1/coco/cmds/makefile @ 2159:f8dcc9cc7f51

Added support commands to disk 2
author boisy
date Sun, 18 May 2008 16:14:43 +0000
parents fff5c57bbc77
children f2f1920e10e8
comparison
equal deleted inserted replaced
2158:f42b59c12c95 2159:f8dcc9cc7f51
14 free grfdrv help ident iniz irqs link list load login makdir \ 14 free grfdrv help ident iniz irqs link list load login makdir \
15 megaread mdir merge mfree mpi os9gen padrom park printerr procs prompt pwd pxd \ 15 megaread mdir merge mfree mpi os9gen padrom park printerr procs prompt pwd pxd \
16 rename save setime shellplus shell_21 sleep \ 16 rename save setime shellplus shell_21 sleep \
17 tee tmode touch tsmon tuneport unlink verify xmode 17 tee tmode touch tsmon tuneport unlink verify xmode
18 18
19 CMDS_D2 = basic09 runb gfx inkey syscall 19 CMDS_D2 = basic09 runb gfx inkey syscall copy del echo format \
20 merge os9gen prompt tmode
20 21
21 SUBS = gfx inkey syscall 22 SUBS = gfx inkey syscall
22 ALLOBJS = $(CMDS) $(CMDS_D2) $(SUBS) 23 ALLOBJS = $(CMDS) $(CMDS_D2) $(SUBS)
23 24
24 all: $(ALLOBJS) 25 all: $(ALLOBJS)