annotate level1/cmds/makefile @ 14:9b772b21c68f
Procs disassembly, added to makefile
author |
boisy |
date |
Fri, 05 Apr 2002 19:44:45 +0000 |
parents |
5a5574d54988 |
children |
0912ac5dc2ff |
rev |
line source |
0
|
1 include ../../Makefile.rules
|
|
2
|
|
3 DEPENDS = ./Makefile
|
|
4
|
|
5 CMDS = asm attr backup binex build date del deldir dir dump echo exbin free ident link list \
|
14
|
6 load login makdir mdir printerr procs pwd pxd rename save setime shell sleep tee unlink verify
|
0
|
7 ALLOBJS = $(CMDS)
|
|
8
|
|
9 all: $(ALLOBJS)
|
|
10 $(CHMOD) a+rx $(ALLOBJS)
|
|
11
|
|
12 clean:
|
|
13 $(RM) $(ALLOBJS)
|
|
14
|