#
# Makefile that sets machine-specific variables and rules 
#
#
# A machine-specific makefile is included by all other makefiles.
#

all install installh clean distclean:	trouble

trouble:
	@echo 'Assuming CPU=sgi; see "INSTALL".  You should "setenv CPU" or edit makefiles/Makedefs.global appropriately.'

CPU = sgi
MACHTYPE = sgi
RANLIB = :
INSTALL = /etc/install
