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


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

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


desc
@initial version provided by steve ness
@


1.2
log
@bob h added destdir
@
text
@DESTDIR=/f1/bin/
O = send.o mail.o util.o
S = send.c mail.c util.c mail.h Makefile

mail : $O
	cc -o $(DESTDIR)mail $O
	su root chown root $(DESTDIR)mail
	su root chgrp root $(DESTDIR)mail
	su root chmod 6511 $(DESTDIR)mail

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

@


1.1
log
@Initial revision
@
text
@d1 1
d6 4
a9 4
	cc -o mail $O
	su root chown root mail
	su root chgrp root mail
	su root chmod 6511 mail
@
