Annotation of researchv10no/cmd/server/Makefile, revision 1.1.1.1

1.1       root        1: CFLAGS =
                      2: DEST = /usr/bin/server
                      3: 
                      4: server: server.o
                      5:        $(CC) -o server server.o -ldk
                      6: 
                      7: install: server
                      8:        cp server $(DEST)
                      9:        strip $(DEST)
                     10:        /etc/chown daemon,sys $(DEST)
                     11:        chmod a=rx,u+ws $(DEST)
                     12: 
                     13: clean:
                     14:        rm -f server *.o

unix.superglobalmegacorp.com

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