#
# $Header: /afs/sipb/project/sipb-athena/src/cleanup/RCS/Imakefile,v 1.8 1995/11/18 18:56:09 ghudson Exp $
#

#ifdef vax
CC=gcc
#endif
#ifdef _IBMR2
MACHLIBS=-ls
#endif
#if defined(SOLARIS) || defined(__NetBSD__)
MACHLIBS=-lkvm
#endif
#ifdef sgi
AUXOBJS=s/**/gi.o
#endif

OBJS=cleanup.o passwd.o utmp.o procs.o ${AUXOBJS}

SimpleProgram(cleanup, ${OBJS},-lAL -lhesiod -lcom_err ${MACHLIBS},/etc/athena/)
