Annotation of 43BSDTahoe/new/xns/lib/Makefile, revision 1.1

1.1     ! root        1: 
        !             2: DESTDIR =
        !             3: DESTLIB = ${DESTDIR}/usr/local/lib
        !             4: 
        !             5: LIBS = libcourier.a libcourier_p.a lib_filing.a lib_filing4.a lib_filing5.a \
        !             6:                lib_filing6.a lib_filingsubset1.a
        !             7: 
        !             8: install: ${DESTLIB}
        !             9:        for i in ${LIBS}; do \
        !            10:                (install -c $$i ${DESTLIB}/$$i; ranlib ${DESTLIB}/$$i); done
        !            11: 
        !            12: 
        !            13: clean:
        !            14:        -rm -f ${LIBS} *.BAK *.CKP
        !            15: 
        !            16: ${DESTLIB}:
        !            17:        -mkdir ${DESTDIR}/usr/local
        !            18:        -mkdir ${DESTLIB}
        !            19: 
        !            20: rcs:
        !            21:        rcs -l RCS/*
        !            22:        cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

unix.superglobalmegacorp.com

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