Annotation of 41BSD/cmd/grep/makefile, revision 1.1.1.1

1.1       root        1: CFLAGS=-O
                      2: all: btlgrep ucbgrep
                      3: 
                      4: btlgrep: btlgrep.o
                      5:        cc btlgrep.o -o btlgrep
                      6: 
                      7: ucbgrep: ucbgrep.o
                      8:        cc ucbgrep.o -o ucbgrep
                      9: 
                     10: install: btlgrep ucbgrep
                     11:        strip btlgrep ucbgrep
                     12:        mv btlgrep ${DESTDIR}/bin/grep
                     13:        mv ucbgrep ${DESTDIR}/usr/ucb/grep
                     14: 
                     15: clean:
                     16:        rm -f *.o btlgrep ucbgrep

unix.superglobalmegacorp.com

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