# $Id: Makefile.athena,v 1.1.1.1 1997/12/09 21:21:01 ghudson Exp $

SHELL=/bin/sh

prepare:

clean:
	${MAKE} -f Makefile.ini clean

all:
	${MAKE} -f Makefile.ini imake CC="$$COMPILER"

check:

install:
	mkdir -p "$$SRVD/usr/athena/bin"
	install -c -m 555 imake "$$SRVD/usr/athena/bin"
