
PROTO_HOME=	${DESTDIR}/usr/athena/lib/prototype_tmpuser

all:

install:
	mkdir -p ${PROTO_HOME}
	install -c -m 644 dot.cshrc ${PROTO_HOME}/.cshrc
	install -c -m 644 dot.login ${PROTO_HOME}/.login
	install -c -m 644 dot.mh_profile ${PROTO_HOME}/.mh_profile
	install -c -m 644 README ${PROTO_HOME}/README
	install -c -m 644 README.mail ${PROTO_HOME}/README.mail
	install -c -m 644 welcome ${PROTO_HOME}/welcome

clean:

