]> andersk Git - moira.git/blob - clients/mailmaint/Imakefile
97929fcc096d0edcd3faf8d3234b9036d9082681
[moira.git] / clients / mailmaint / 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 blanche.
9 #
10
11 SRCS=mailmaint.c
12 SRCDIR=${SRCTOP}/clients/mailmaint
13 CODE=${SRCS} Imakefile
14 OBJS=mailmaint.o
15
16 program(mailmaint,${OBJS},${MR_LIBDEP}, ${CLIBS} ${CURSES},${PROGDIR})
This page took 0.024635 seconds and 3 git commands to generate.