# $Header: /afs/sipb/project/sipb-athena/src/moira/clients/mailmaint/RCS/Imakefile,v 1.2 1995/10/28 08:38:26 svalente Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for blanche.
#

SRCS=mailmaint.c
SRCDIR=${SRCTOP}/clients/mailmaint
CODE=${SRCS} Imakefile
OBJS=mailmaint.o
LOCAL_INCLUDE= $(CURSESINC)

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