Annotation of cci/usr/src/ucb/sendbug/Makefile, revision 1.1.1.1

1.1       root        1: #      Makefile        4.2     83/08/23
                      2: #
                      3: # Bug report processor and associated programs
                      4: #
                      5: 
                      6: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
                      7: CFLAGS = -O -DUNIXCOMP
                      8: ULIBDIR=${DESTDIR}/usr/lib
                      9: DESTDIR=
                     10: 
                     11: bugfiler: bugfiler.c
                     12:        ${CC} ${CFLAGS} -o bugfiler bugfiler.c
                     13: 
                     14: install: bugfiler sendbug.sh bugformat
                     15:        install -s bugfiler ${ULIBDIR}/bugfiler
                     16:        install -c sendbug.sh ${DESTDIR}/usr/ucb/sendbug
                     17:        install -c -m 644 bugformat ${DESTDIR}/usr/ucb/bugformat
                     18: 
                     19: cleansrc:
                     20:        rm -f Makefile *.sh *.c bugformat bugfiler

unix.superglobalmegacorp.com

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