Annotation of 43BSD/bin/sed/Makefile, revision 1.1.1.1

1.1       root        1: #      Makefile        4.1     85/04/05
                      2: #
                      3: CFLAGS=-O -w
                      4: 
                      5: sed:   sed0.o sed1.o
                      6:        cc -o sed *.o
                      7: 
                      8: sed0.o: sed0.c sed.h
                      9: sed1.o: sed1.c sed.h
                     10: 
                     11: install: sed
                     12:        install -s sed $(DESTDIR)/bin
                     13: clean:
                     14:        rm -f *.o sed

unix.superglobalmegacorp.com

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