Annotation of 42BSD/bin/tp/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    4.1     12/18/82
        !             2: 
        !             3: CFLAGS=-O
        !             4: h = tp.h tp_defs.h
        !             5: o  = tp0.o tp1.o tp2.o tp3.o
        !             6: 
        !             7: tp :   $o
        !             8:        $(CC) -o tp $o
        !             9: 
        !            10: $o :   $h
        !            11: 
        !            12: install : tp
        !            13:        install -s tp ${DESTDIR}/bin
        !            14: 
        !            15: clean : 
        !            16:        rm -f *.o

unix.superglobalmegacorp.com

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