Annotation of 41BSD/cmd/uudiff/Makefile, revision 1.1.1.1

1.1       root        1: CFLAGS=-O
                      2: 
                      3: uudiff: lenrem locpart printable run1 trim
                      4: 
                      5: lenrem: lenrem.c
                      6:        cc $(CFLAGS) lenrem.c -o lenrem
                      7: locpart: locpart.c
                      8:        cc $(CFLAGS) locpart.c -o locpart
                      9: printable: printable.c
                     10:        cc $(CFLAGS) printable.c -o printable
                     11: run1: run1.c
                     12:        cc $(CFLAGS) run1.c -o run1
                     13: trim: trim.c
                     14:        cc $(CFLAGS) trim.c -o trim
                     15: 
                     16: install:
                     17:        : stuff lives here!
                     18: 
                     19: clean:
                     20:        rm -f *.o lenrem locpart printable run1 trim

unix.superglobalmegacorp.com

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