]> andersk Git - moira.git/blame - clients/mrtest/Imakefile
punt mrgdb
[moira.git] / clients / mrtest / Imakefile
CommitLineData
0631d2a6 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
1a5c774c 11SRCS= mrtest.c
19766ae7 12SRCDIR=${SRCTOP}/clients/mrtest
1a5c774c 13CODE=${SRCS} Imakefile
14OBJS= mrtest.o
21deca44 15LOCAL_INCLUDES= $(READLINE_INCLUDES)
0631d2a6 16
85330553 17program(mrtest, ${OBJS},${MR_LIBDEP}, ${READLINE_LIBS} ${CLIBS},${ETCDIR})
This page took 0.165383 seconds and 5 git commands to generate.