head	1.4;
access;
symbols
	ATH7_7:1.4
	ATH7_4:1.3
	ATH7_6:1.4;
locks; strict;
comment	@# @;


1.4
date	93.09.14.15.46.00;	author vrt;	state Exp;
branches;
next	1.3;

1.3
date	91.06.03.01.55.25;	author probe;	state Exp;
branches;
next	1.2;

1.2
date	91.03.04.13.06.32;	author epeisach;	state Exp;
branches;
next	1.1;

1.1
date	91.01.22.14.53.01;	author epeisach;	state Exp;
branches;
next	;


desc
@Imakefile for getcluster
@


1.4
log
@Solaris change.
@
text
@#
# $Id: Imakefile,v 1.3 91/06/03 01:55:25 probe Exp Locker: root $
#

SimpleProgram(getcluster,getcluster.o,-lhesiod,/bin/athena)
install_man(getcluster.8,getcluster.8)
install_man(save_cluster_info.8,save_cluster_info.8)
#ifdef SOLARIS
install_script(save_cluster_info.solaris.sh,,$(ATHRETCDIR)/save_cluster_info)
#else
install_script(save_cluster_info.sh,,$(ATHRETCDIR)/save_cluster_info)
#endif
@


1.3
log
@RIOS integration
@
text
@d2 1
a2 1
# $Id$
d8 3
d12 1
@


1.2
log
@save_cluster_info.8 man page moved here.
@
text
@d1 3
a3 7
/* 
 * Imakefile for getcluster
 *
 *	MIT Project Athena
 *
 *	$Id: Imakefile,v 1.1 91/01/22 14:53:01 epeisach Exp Locker: epeisach $
 */
d8 1
a8 9

install:: 
	$(INSTALL) -m 0755 save_cluster_info.sh \
		${DESTDIR}/etc/athena/save_cluster_info

depend::
	/usr/athena/makedepend ${CFLAGS} getcluster.c

	
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
 *	$Id$
d11 1
@
