Annotation of cci/usr/src/etc/ftpd/Makefile, revision 1.1.1.2

1.1.1.2 ! root        1: #      @(#)Makefile    4.2     6/12/83
1.1       root        2: #
1.1.1.2 ! root        3: 
        !             4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             5: ALL=   ftpd.o ftpcmd.o glob.o vers.o
        !             6: DESTDIR=
        !             7: CFLAGS=        -O
        !             8: 
        !             9: ftpd:  ${ALL}
        !            10:        ${CC} -o ftpd ${ALL}
        !            11: 
        !            12: vers.o:        ftpd.c ftpcmd.y
        !            13:        sh newvers.sh
        !            14:        ${CC} -c vers.c
        !            15: 
        !            16: install:
        !            17:        install -s ftpd ${DESTDIR}/etc/ftpd
        !            18: 
        !            19: clean:
        !            20:        rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c
        !            21:        
        !            22: cleansrc:
        !            23:        rm -f *.[cy] *.sh version Makefile

unix.superglobalmegacorp.com

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