Annotation of 43BSD/ucb/tftp/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.2 (Berkeley) 2/6/86
                      7: #
                      8: ALL=   tftp
                      9: DESTDIR=
                     10: CFLAGS=-O
                     11: 
                     12: all: ${ALL}
                     13: 
                     14: tftp:  main.o tftp.o tftpsubs.o
                     15:        ${CC} main.o tftp.o tftpsubs.o -o tftp
                     16: 
                     17: clean:
                     18:        rm -f ${ALL} *.o *.s errs core a.out t.?
                     19: 
                     20: install: 
                     21:        install -s tftp ${DESTDIR}/usr/ucb

unix.superglobalmegacorp.com

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