view level1/cmds/makefile @ 96:307e956c5124

Initial import of iniz.asm
author boisy
date Sat, 06 Jul 2002 02:57:08 +0000
parents cab6c9f16913
children e42a6ba46d18
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= asm attr backup binex build copy date del deldir dir display dump echo exbin free grfo ident iniz link list \
		load login makdir mdir mfree printerr procs pwd pxd rename save setime shell sleep tee unlink verify
ALLOBJS		= $(CMDS)

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

clean:
	$(RM) $(ALLOBJS)

identify:
	$(IDENT_SHORT) $(ALLOBJS)