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

1.1     ! root        1: 
        !             2: DESTDIR =
        !             3: DESTINCLUDE = ${DESTDIR}/usr/include/xnscourier
        !             4: 
        !             5: MFLAGS = DESTDIR=${DESTDIR} DESTINCLUDE=${DESTINCLUDE}
        !             6: 
        !             7: SUBDIR = xnscourier
        !             8: 
        !             9: install: ${DESTINCLUDE}
        !            10:        for Dir in ${SUBDIR}; do \
        !            11:                (cd $$Dir; make ${MFLAGS} install); done
        !            12: 
        !            13: clean:
        !            14:        -rm -f *.BAK *.CKP
        !            15:        for Dir in ${SUBDIR}; do \
        !            16:                (cd $$Dir; make clean); done
        !            17: 
        !            18: 
        !            19: ${DESTINCLUDE}:
        !            20:        -mkdir ${DESTDIR}/usr/include
        !            21:        -mkdir ${DESTINCLUDE}
        !            22: 
        !            23: rcs:
        !            24:        rcs -l RCS/*
        !            25:        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.