Annotation of researchv8dc/cmd/mail/Makefile, revision 1.1

1.1     ! root        1: CFLAGS = -O
        !             2: 
        !             3: a.out: mail.o
        !             4:        cc mail.o
        !             5: 
        !             6: install:       a.out
        !             7:        strip a.out
        !             8:        rm -f /bin/mail
        !             9:        cp a.out /bin/mail
        !            10:        chown root /bin/mail
        !            11:        chmod og-w,u+s /bin/mail
        !            12:        rm -f /bin/rmail
        !            13:        ln /bin/mail /bin/rmail
        !            14: 
        !            15: clean:
        !            16:        rm -f a.out *.o

unix.superglobalmegacorp.com

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