|
|
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=/interim/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: fixstack 1000 $(DESTDIR)mail ! 15: su root chmog 511 bin bin $(DESTDIR)mail ! 16: su root ln -f $(DESTDIR)mail $(DESTDIR)rmail ! 17: ! 18: copyright.o : ../copyright.c ! 19: ! 20: mail.a : $S ! 21: rm mail.a ! 22: ar q mail.a $S
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.