Annotation of 40BSD/lib/libjobs/makefile, revision 1.1

1.1     ! root        1: CFLAGS=-O
        !             2: OBJS=  getwd.o killpg.o setpgrp.o signal.o sigset.o wait3.o
        !             3: 
        !             4: libjobs.a: ${OBJS}
        !             5:        ar cr libjobs.a `lorder ${OBJS}`
        !             6: 
        !             7: install:
        !             8:        install -c libjobs.a $(DESTDIR)/usr/lib
        !             9:        ranlib $(DESTDIR)/usr/lib/libjobs.a
        !            10:        -rm $(DESTDIR)/usr/lib/libnew.a
        !            11:        ln $(DESTDIR)/usr/lib/libjobs.a $(DESTDIR)/usr/lib/libnew.a
        !            12: 
        !            13: clean:
        !            14:        rm libjobs.a *.o

unix.superglobalmegacorp.com

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