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


1.2
date	94.08.02.02.21.50;	author svalente;	state Exp;
branches;
next	1.1;

1.1
date	94.08.02.02.18.56;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.2
log
@Took out the /usr/athena/session_gate symlink.
@
text
@#
# $Id: Imakefile,v 1.1 1994/08/02 02:18:56 svalente Exp svalente $
#

/* Muse is only on ultrix and bsd machines */

SCRIPT=  end_session 

/* Current directory C programs */
SimpleProgram(session_gate,session_gate.o,,$(ATHBINDIR))

/* SPECIAL rules */
all::	${SPECIAL}

install:: install.man

/* Install */
create_dir($(ATHBINDIR))

#ifdef BREAK_LAYERED_ATHENA
	-ln -s $(ATHBINDIR)/session_gate $(DESTDIR)/usr/athena/session_gate
#endif

install::
	install -c -m 755 end_session.sh ${DESTDIR}${ATHBINDIR}/end_session

install_man(end_session.1,end_session.1)
install_man(session_gate.1,session_gate.1)

@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: Imakefile,v 1.3 94/06/12 16:22:44 cfields Exp $
d20 1
d22 1
@
