Annotation of 43BSD/etc/routed/tools/Makefile, revision 1.1.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.1 (Berkeley) 6/4/85
                      7: #
                      8: ALL=   ../protocol.h query.c trace.c
                      9: CFLAGS=        -O
                     10: DESTDIR=
                     11: LDFLAGS=
                     12: 
                     13: all:   query trace
                     14: 
                     15: # test programs and utilities
                     16: query: query.o
                     17:        ${CC} -o query ${LDFLAGS} query.o
                     18: 
                     19: trace: trace.o
                     20:        ${CC} -o trace ${LDFLAGS} trace.o
                     21: 
                     22: install:
                     23:        @echo Nothing to install
                     24: 
                     25: clean:
                     26:        rm -f *.o core a.out t.c query linterrs trace typescript errs

unix.superglobalmegacorp.com

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