Annotation of 43BSD/etc/XNSrouted/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1983 Regents of the University of California.
        !             3: # All rights reserved.  The Berkeley software License Agreement
        !             4: # specifies the terms and conditions for redistribution.
        !             5: #
        !             6: #      @(#)Makefile    5.5 (Berkeley) 9/17/85";
        !             7: #
        !             8: #      Makefile for Xerox Routing Information Protocol
        !             9: #      Daemon
        !            10: #
        !            11: ALL=   XNSrouted
        !            12: OBJS=  af.o if.o input.o main.o output.o startup.o tables.o timer.o \
        !            13:        trace.o
        !            14: CFLAGS=  -O
        !            15: C2=    /lib/c2
        !            16: ASMSCRIPT= /sys/machine/asm.sed
        !            17: DESTDIR=
        !            18: LDFLAGS=
        !            19: 
        !            20: all:   ${ALL}
        !            21: 
        !            22: XNSrouted: ${OBJS}
        !            23:        ${CC} -g -o XNSrouted ${LDFLAGS} ${OBJS}
        !            24: 
        !            25: install: XNSrouted
        !            26:        install -s XNSrouted ${DESTDIR}/etc
        !            27: 
        !            28: clean:
        !            29:        rm -f XNSrouted *.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.