Annotation of researchv10no/cmd/ps/mkfile, revision 1.1.1.1

1.1       root        1: CFLAGS=-O
                      2: OBJ=ps.o doselect.o printp.o fdprint.o \
                      3: getargs.o gettty.o getuname.o getfs.o kmem.o proca.o memrd.o ftab.o
                      4: 
                      5: ps:    $OBJ
                      6:        $CC $CFLAGS -o $target $OBJ
                      7: 
                      8: $OBJ: ps.h
                      9: 
                     10: install: ps
                     11:        cp ps /bin
                     12:        strip /bin/ps
                     13:        /etc/chown root /bin/ps
                     14:        chmod a=rx,u+ws /bin/ps
                     15: 
                     16: clean:
                     17:        rm -f a.out *.o ps core

unix.superglobalmegacorp.com

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