Annotation of 42BSD/usr.bin/tip/aculib/Makefile, revision 1.1

1.1     ! root        1: #      %M%     %I%     %E%
        !             2: #
        !             3: # make file for tip device drivers
        !             4: #
        !             5: # Current drivers:
        !             6: #      BIZCOMP
        !             7: #      DEC DF02-AC, DF03-AC
        !             8: #      DEC DN-11/Able Quadracall
        !             9: #      VENTEL 212+ (w/o echo)
        !            10: #      VADIC 831 RS232 adaptor
        !            11: #      VADIC 3451
        !            12: 
        !            13: CFLAGS=        -O -I../
        !            14: OBJS=  biz22.o biz31.o df.o dn11.o ventel.o v831.o v3451.o
        !            15: 
        !            16: aculib.a: ${OBJS}
        !            17:        ar cu aculib.a *.o
        !            18:        ranlib aculib.a
        !            19: 
        !            20: ${OBJS}: ../tip.h
        !            21: 
        !            22: clean:
        !            23:        rm -f aculib.a *.o core errs a.out

unix.superglobalmegacorp.com

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