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

1.1     ! root        1: 
        !             2: D = /bin/cp
        !             3: 
        !             4: a.out: cp.c
        !             5:        cc -Od2 cp.c
        !             6: 
        !             7: install:       a.out
        !             8:        strip a.out
        !             9:        rm -f $D
        !            10:        cat a.out >$D
        !            11:        chown bin $D
        !            12:        chgrp bin $D
        !            13:        chmod a+x,o-w,g+w $D
        !            14: 
        !            15: clean:
        !            16:        rm -f *.o a.out

unix.superglobalmegacorp.com

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