]> andersk Git - moira.git/blob - clients/mrtest/Imakefile
update for dirremote->dirmailhide
[moira.git] / clients / mrtest / Imakefile
1 # $Header$
2 #
3 # Copyright 1990 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for mrtest.
9 #
10
11 SRCS=   mrtest.c
12 SRCDIR=${SRCTOP}/clients/mrtest
13 CODE=${SRCS} Imakefile
14 OBJS=   mrtest.o
15 LOCAL_INCLUDES= $(READLINE_INCLUDES)
16
17 program(mrtest, ${OBJS},${MR_LIBDEP}, ${READLINE_LIBS} ${CLIBS},${ETCDIR})
This page took 0.059406 seconds and 5 git commands to generate.