all :
	@: no default actions

install :
	cp Makefile $(PSLIB_DIR)/ups
	eups_expandtable actUtils.table $(PSLIB_DIR)/ups

clean:
	$(RM) *~ core*

distclean: clean
	@: nothing extra to do
