Annotation of researchv8dc/cmd/pstat/makefile, revision 1.1

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

unix.superglobalmegacorp.com

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