Home
last modified time | relevance | path

Searched refs:CFDIR (Results 1 – 4 of 4) sorted by relevance

/src/contrib/sendmail/cf/cf/
H A DMakefile21 CFDIR= .. macro
39 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ || ( $(RM) $@ && exit 1 )
92 ${CFDIR}/domain/Berkeley.EDU.m4 \
93 ${CFDIR}/domain/CS.Berkeley.EDU.m4 \
94 ${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
95 ${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
96 ${CFDIR}/domain/berkeley-only.m4 \
97 ${CFDIR}/domain/generic.m4 \
98 ${CFDIR}/feature/accept_unqualified_senders.m4 \
99 ${CFDIR}/feature/accept_unresolvable_domains.m4 \
[all …]
/src/share/sendmail/
H A DMakefile7 CFDIR= cf macro
9 CFDIRS!= (cd ${SENDMAIL_DIR}; find -s -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -ty…
10 CFFILES!= (cd ${SENDMAIL_DIR}; find -s -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -t…
26 if [ -L ${DDIR}/${CFDIR} ]; then rm -f ${DDIR}/${CFDIR}; fi
35 rm -rf ${DDIR}/${CFDIR}; ln -s ${SENDMAIL_DIR}/${CFDIR} ${DDIR}/${CFDIR}
/src/contrib/sendmail/cf/
H A DREADME59 m4 ${CFDIR}/m4/cf.m4 config.mc > config.cf
63 cd ${CFDIR}/cf
66 where ${CFDIR} is the root of the cf directory and config.mc is the
70 or the -I flag (ditto), then ${CFDIR} can be in an arbitrary directory.
71 For "traditional" versions, ${CFDIR} ***MUST*** be "..", or you MUST
74 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 config.mc > config.cf
/src/contrib/sendmail/
H A DRELEASE_NOTES9481 m4 ${CFDIR}/m4/cf.m4 config.mc > config.cf
9483 m4 -I${CFDIR} m4/cf.m4 config.mc > config.cf
9486 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 ...