Annotation of 43BSD/contrib/dsh/src/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: #   Make the user command and the bidding program
                      3: #
                      4: all: dbid dsh
                      5: 
                      6: dbid: getloadave.o getpath.o dbid.o error.o getrc.o ipc.o
                      7:        cc getloadave.o getpath.o dbid.o error.o getrc.o ipc.o -o dbid
                      8: 
                      9: dsh: dsh.o error.o getrc.o ipc.o getwd.o getbids.o
                     10:        cc -o dsh dsh.o error.o getrc.o ipc.o getwd.o getbids.o
                     11: 
                     12: dbid.o: dsh.h dbid.h
                     13: getbids.o: dsh.h dbid.h
                     14: dsh.o: dsh.h
                     15: 
                     16: #
                     17: #   install them
                     18: #
                     19: install:
                     20:        install -s -g kmem -m 2755 dbid ${DESTDIR}/usr/new/dbid
                     21:        install -s dsh ${DESTDIR}/usr/new/dsh
                     22: 
                     23: #
                     24: #   clean out the reproducible files
                     25: #
                     26: clean:
                     27:        rm -f *.o dbid dsh

unix.superglobalmegacorp.com

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