Annotation of researchv8dc/cmd/mv/Makefile, revision 1.1.1.1

1.1       root        1: D = /bin/mv
                      2: 
                      3: a.out: mv.c
                      4:        cc -Od2 mv.c
                      5: 
                      6: install:       a.out
                      7:        strip a.out
                      8:        rm -f $D
                      9:        cp a.out $D
                     10:        chown root $D
                     11:        chgrp bin $D
                     12:        chmod og-w,u+s $D
                     13: 
                     14: clean:
                     15:        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.