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


1.2
date     91.05.28.19.07.41;  author bin;  state Exp;
branches ;
next	1.1;

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


desc
@init ver by piggy
@


1.2
log
@added directory and permissions for srcbox
@
text
@#
#	Makefile for the mail system.
#
#	CFLAGS = -O -DHPCOHERENT	: if on Inetco HP Coherent
#	CFLAGS = -O			: if on MWC Coherent
#
DESTDIR=/interim/bin/
CFLAGS=-DDEBUG
O = send.o mail.o util.o copyright.o
S = send.c mail.c util.c mail.h Makefile

mail : $O
	$(CC) -n -o $(DESTDIR)mail $O
	fixstack 1000 $(DESTDIR)mail
	su root chmog 511 bin bin $(DESTDIR)mail
	su root ln $(DESTDIR)mail $(DESTDIR)rmail

copyright.o : ../copyright.c

mail.a : $S
	rm mail.a
	ar q mail.a $S
@


1.1
log
@Initial revision
@
text
@d7 1
d13 4
a16 2
	$(CC) -n -o mail $O
	fixstack 1000 mail
@
