Annotation of cci/usr/src/usr.bin/dc/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: #      @(#)Makefile    1.4     (Berkeley)      83/06/30
                      3: #
                      4: 
                      5: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
                      6: DESTDIR=
                      7: SRCS=  dc.c dc.h
                      8: CFLAGS=        -O
                      9: 
                     10: all: dc
                     11: 
                     12: dc:    dc.c dc.h
                     13:        ${CC} ${CFLAGS} dc.c -o dc
                     14: 
                     15: install: dc
                     16:        install -s dc ${DESTDIR}/usr/bin/dc
                     17: 
                     18: clean:
                     19:        rm -f *.o dc a.out errs core
                     20:        
                     21: cleansrc:
                     22:        rm *.[ch] Makefile

unix.superglobalmegacorp.com

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