# OS-9 Commands/Utilities
#

include ../Makefile.rules

DEPENDS		= ./Makefile

CMDS		= bawk del grep mode send timer bigbro font makdir \
		more tee

ALLOBJS		= $(CMDS)

all:	$(ALLOBJS) $(DEPENDS)
	@echo "*********************************************"
	@echo "*                                           *"
	@echo "*            3rd Party Utilities            *"
	@echo "*                                           *"
	@echo "*********************************************"
 
clean:
	$(RM) $(ALLOBJS)

