Annotation of coherent/d/bin/ed/Makefile, revision 1.1

1.1     ! root        1: # /usr/src/cmd/ed/Makefile 2/20/91
        !             2: 
        !             3: # for i8086 LDFLAGS = -i -n
        !             4: CFLAGS=-O
        !             5: DESTDIR= /bin386/bin/
        !             6: LDFLAGS=-i -n
        !             7: 
        !             8: OBJ=ed0.o ed1.o ed2.o ed3.o
        !             9: 
        !            10: ed: $(OBJ)
        !            11:        cc $(LDFLAGS) -o $(DESTDIR)$@ $(OBJ)
        !            12:        su root chown bin $(DESTDIR)$@
        !            13:        su root chgrp bin $(DESTDIR)$@
        !            14:        su root chmod 511 $(DESTDIR)$@
        !            15: 
        !            16: ed0.o: ed.h ed0.c
        !            17: ed1.o: ed.h ed1.c
        !            18: ed2.o: ed.h ed2.c
        !            19: ed3.o: ed.h ed3.c
        !            20: 
        !            21: clean:
        !            22:        rm $(OBJ)
        !            23: 
        !            24: # end of /usr/src/cmd/ed/Makefile

unix.superglobalmegacorp.com

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