# $Header$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for mrtest. # SRCS= mrtest.c SRCDIR=${SRCTOP}/clients/mrtest CODE=${SRCS} Imakefile OBJS= mrtest.o LOCAL_INCLUDES= $(READLINE_INCLUDES) program(mrtest, ${OBJS},${MR_LIBDEP}, ${READLINE_LIBS} ${CLIBS},${ETCDIR})