view 3rdparty/p2mods/makefile @ 1030:4fba97cd762d

added defsfile
author boisy
date Fri, 07 Mar 2003 17:50:17 +0000
parents 020929a44372
children c847e6ee341d
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) "*********************************************"
	$(CHMOD) 755 $(CMDS)

clean:
	$(RM) $(ALLOBJS)