Annotation of 43BSDTahoe/cci/dr11/makefile, revision 1.1

1.1     ! root        1: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             2: CFLAGS=        -O
        !             3: LDFLAGS=
        !             4: OWNER=root
        !             5: GROUP=bin
        !             6: INCLDIR=
        !             7: 
        !             8: DOBJS= dstat.o
        !             9: 
        !            10: DSOURCES=dstat.c
        !            11: 
        !            12: dstat: ${DOBJS}
        !            13:        ${CC} -o dstat ${LDFLAGS} ${DOBJS}
        !            14: 
        !            15: ${DOBJS}: ${INCLDIR)/drreg.h
        !            16: 
        !            17: install: dstat
        !            18:        echo "install -m 4711 -o ${OWNER} -g ${GROUP} dstat ${DESTDIR}/dstat"
        !            19:        install -m 4711 -o ${OWNER} -g ${GROUP} dstat ${DESTDIR}/dstat
        !            20: 
        !            21: clean:
        !            22:        rm -f *.o
        !            23:        
        !            24: lint:
        !            25:        -lint -hbacvx ${CFLAGS} ${SOURCES}

unix.superglobalmegacorp.com

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