Annotation of coherent/d/bin/mail/Makefile, revision 1.1

1.1     ! root        1: DESTDIR=/interim/bin/
        !             2: O = send.o mail.o util.o
        !             3: S = send.c mail.c util.c mail.h Makefile
        !             4: 
        !             5: mail : $O
        !             6:        cc -o $(DESTDIR)mail $O
        !             7:        su root chown root $(DESTDIR)mail
        !             8:        su root chgrp root $(DESTDIR)mail
        !             9:        su root chmod 6511 $(DESTDIR)mail
        !            10:        su root ln -f $(DESTDIR)$@ $(DESTDIR)rmail
        !            11: mail.a : $S
        !            12:        rm mail.a
        !            13:        ar q mail.a $S
        !            14: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.