Annotation of 43BSD/etc/ftpd/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/3/86
                      7: #
                      8: ALL=   ftpd.o ftpcmd.o glob.o vers.o
                      9: DESTDIR=
                     10: CFLAGS=        -O
                     11: 
                     12: ftpd:  ${ALL}
                     13:        ${CC} -o ftpd ${ALL}
                     14: 
                     15: vers.o:        ftpd.c ftpcmd.y
                     16:        sh newvers.sh
                     17:        ${CC} -c vers.c
                     18: 
                     19: install:
                     20:        install -s ftpd ${DESTDIR}/etc/ftpd
                     21: 
                     22: clean:
                     23:        rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c

unix.superglobalmegacorp.com

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