Annotation of 43BSD/ucb/ftp/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1985 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/3/86
                      7: #
                      8: ALL=   ftp
                      9: DESTDIR=
                     10: CFLAGS=        -O
                     11: 
                     12: all:   ${ALL}
                     13: 
                     14: ftp:   cmds.o cmdtab.o ftp.o getpass.o glob.o main.o pclose.o ruserpass.o              domacro.o
                     15:        ${CC} cmds.o cmdtab.o ftp.o getpass.o glob.o main.o pclose.o ruserpass.o         domacro.o -o ftp 
                     16: 
                     17: ftp.o: /usr/include/arpa/ftp.h ftp_var.h
                     18: cmds.o:        /usr/include/arpa/ftp.h ftp_var.h
                     19: cmdtab.o: ftp_var.h
                     20: ftp.o: ftp_var.h
                     21: main.o: ftp_var.h
                     22: 
                     23: install:
                     24:        install -s ftp ${DESTDIR}/usr/ucb/ftp
                     25: 
                     26: clean:
                     27:        rm -f ${ALL} *.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.