Annotation of researchv8dc/cmd/w/makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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