/*
 *  Imakefile for athdir
 *  Copyright (c) 1995, Massachusetts Institute of Technology
 *		
 *   $Source: /afs/dev.mit.edu/source/src80/athena/bin/athdir/RCS/Imakefile,v $
 *   $Author: cfields $ 
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>. 
 *
 */

/*
 *#include "mit-copyright.h"
 */

ATHSYS=`fs sysname | awk -F\' '{ print $$2 }'`

ATHDIR		=	athdir

OBJS		=	athdir.o

CFILES		=	athdir.c

LIBS		=

DEFINES		=	-DATHSYS=\"${ATHSYS}\"

AnsiCC()

SimpleProgram(${ATHDIR},${OBJS},${LIBS},${ATHBINDIR}/${ATHDIR})
install_man(${ATHDIR}.man,${ATHDIR}.1)

create_depend(${CFILES})
