# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/clients/mrcheck/RCS/Imakefile,v 1.2 91/03/21 11:00:04 mar Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for mrcheck.
#

SRCS=mrcheck.c
SRCDIR=${SRCTOP}/clients/mrcheck
CODE=${SRCS} Imakefile
OBJS=mrcheck.o

program(mrcheck,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR})
