|
|
1.1 root 1: #
2: # Makefile for the mail system.
3: #
4: # CFLAGS = -O -DHPCOHERENT : if on Inetco HP Coherent
5: # CFLAGS = -O : if on MWC Coherent
6: #
7: #DESTDIR=/bin386/bin/
8: CFLAGS=-DDEBUG
9: O = send.o mail.o util.o copyright.o
10: S = send.c mail.c util.c mail.h Makefile
11:
12: mail : $O
13: $(CC) -n -o $(DESTDIR)mail $O
14: su root chmog 511 bin bin $(DESTDIR)mail
15:
16: copyright.o : copyright.c
17:
18: mail.a : $S
19: rm mail.a
20: ar q mail.a $S
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.