Annotation of researchv9/cmd/egrep/mkfile, revision 1.1.1.1

1.1       root        1: CFLAGS=-O
                      2: YFLAGS=-d
                      3: NPROC=2
                      4: 
                      5: egrep: gram.o main.o egrep.o bm.o anal.o
                      6:        $CC $CFLAGS -o $target $prereq
                      7: 
                      8: install:       egrep
                      9:        cp egrep /usr/bin/egrep
                     10:        strip /usr/bin/egrep
                     11:        chmod 775 /usr/bin/egrep
                     12:        chown bin,bin /usr/bin/egrep
                     13: 
                     14: clean:V:
                     15:        rm -f *.o egrep
                     16: 
                     17: y.tab.h:       gram.o
                     18: egrep.o anal.o:        y.tab.h
                     19: anal.o bm.o egrep.o main.o gram.o: hdr.h
                     20: 
                     21: pp:
                     22:        smallpr mkfile hdr.h anal.c bm.c egrep.c gram.y main.c

unix.superglobalmegacorp.com

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