# $Id: Makefile.athena,v 1.1.1.1 1997/12/10 20:42:49 ghudson Exp $

SHELL=/bin/sh

prepare:
	rm -f config.cache
	./configure --with-x-toolkit --sharedstatedir=/var/tmp --with-pop \
		--with-hesiod --with-kerberos

clean:
	${MAKE} clean

all:
	${MAKE} all

check:

install:
	${MAKE} install "DESTDIR=$$SRVD"
