head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.05.28.18.52.29;  author bin;  state Exp;
branches ;
next	;


desc
@init ver by piggy
@



1.1
log
@Initial revision
@
text
@#
#	Makefile for the mail system.
#
#	CFLAGS = -O -DHPCOHERENT	: if on Inetco HP Coherent
#	CFLAGS = -O			: if on MWC Coherent
#
CFLAGS=-O
O = send.o lmail.o util.o copyright.o
S = send.c lmail.c util.c mail.h Makefile

lmail : $O
	${CC} -n -o lmail $O
	fixstack 1000 lmail

copyright.o : ../copyright.c
@
