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

unix.superglobalmegacorp.com

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