view 3rdparty/packages/makefile @ 258:0ef87cef7427

Modified icpt routine to use rti instead of rts, put in conditionals to prevent OS-9 Level One from executing os9 F$SUser
author boisy
date Sat, 20 Jul 2002 16:40:43 +0000
parents 6641a883d6b0
children 369698ee11f4
line wrap: on
line source

include ../../Makefile.rules

DEPENDS		= ./Makefile


all:	
	@$(ECHO) "*********************************************"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*           3rd Software Packages           *"
	@$(ECHO) "*                                           *"
	@$(ECHO) "*********************************************"
	cd rof; make
 
clean:
	-cd rof; make clean