# EPOSCC Makefile

include	$(EPOS)/makedefs

all:		install

install:	eposcc
		chmod a+x $^
		$(INSTALL) $^ $(BIN)

clean		:
