Annotation of 42BSD/etc/routed/Makefile, revision 1.1

1.1     ! root        1: #      Makefile (Berkeley) 6/12/83
        !             2: #
        !             3: ALL=   routed
        !             4: OBJS=  af.o if.o input.o main.o output.o startup.o tables.o timer.o \
        !             5:        trace.o
        !             6: CFLAGS=        -O
        !             7: DESTDIR=
        !             8: LDFLAGS=
        !             9: 
        !            10: all:   ${ALL}
        !            11: 
        !            12: routed: ${OBJS}
        !            13:        ${CC} -o routed ${LDFLAGS} ${OBJS}
        !            14: 
        !            15: install: routed
        !            16:        install -s routed ${DESTDIR}/etc
        !            17: 
        !            18: clean:
        !            19:        rm -f routed *.o core a.out t.c linterrs typescript errs

unix.superglobalmegacorp.com

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