view level1/cmds/makefile @ 117:13c6ff62592f

dcheck and dsave back in CMDS
author roug
date Sat, 06 Jul 2002 19:09:15 +0000
parents a32b730f4c71
children c05e087acdd3
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

# Files not compilable by os9asm: format
CMDS		= asm attr backup binex build cobbler copy date \
		dcheck debug del deldir dir display dsave dump \
		echo exbin free grfo ident iniz link list \
		load login makdir mdir merge mfree os9gen \
		printerr procs pwd pxd \
		rename save setime shell sleep tee tmode tsmon \
		tuneport unlink verify xmode
ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)
	$(CHMOD) a+rx $(ALLOBJS)

clean:
	$(RM) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)

showobjs:
	@echo $(ALLOBJS)