Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/utils/boisy/makefile @ 2719:2fda91bdc268 lwtools-port
added httpd
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Thu, 26 Jul 2012 11:01:43 -0500 |
parents | 174d263c0995 |
children | e4a0f58a5f9b dd5499bc4bdd |
line wrap: on
line source
# OS-9 Commands/Utilities # include ../../../rules.mak DEPENDS = ./makefile CMDS = bawk del grep mode send timer bigbro font makdir \ more tee joypoll ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* Boisy Pitre's Utilities *" @$(ECHO) "* *" @$(ECHO) "**************************************************" clean: $(RM) $(ALLOBJS)