head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	95.10.28.08.38.26;	author svalente;	state Exp;
branches;
next	1.1;

1.1
date	95.10.28.08.00.05;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.2
log
@Added -I flags for curses.
@
text
@# $Header: /afs/sipb/project/sipb-athena/src/moira/clients/mailmaint/RCS/Imakefile,v 1.1 1995/10/28 08:00:05 svalente Exp svalente $
#
# 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})
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/clients/mailmaint/RCS/Imakefile,v 1.5 92/11/07 22:41:17 probe Exp $
d15 1
@
