view 3rdparty/p2mods/makefile @ 1129:c847e6ee341d

Removed CHMODs now that os9 attrs are in place
author boisy
date Mon, 14 Apr 2003 02:58:44 +0000
parents 020929a44372
children 53c50c807d55
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile
CMDS		= os9p3_sayhi sayhi tsayhi datmod tdatmod
ALLOBJS		= $(CMDS)

all:	$(ALLOBJS)
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*         3rd Party System Modules          *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"

clean:
	$(RM) $(ALLOBJS)