head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	95.08.13.19.31.21;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	95.08.09.08.50.07;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	95.08.09.08.49.47;	author ghudson;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Replace slash after ${DESTDIR}.  What was I thinking?
@
text
@
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:

@


1.2
log
@Omit slash after ${DESTDIR}.
@
text
@d2 1
a2 1
PROTO_HOME=	${DESTDIR}usr/athena/lib/prototype_tmpuser
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
PROTO_HOME=	${DESTDIR}/usr/athena/lib/prototype_tmpuser
@
