Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sendmail/cf/cf/
H A DMakefile21 CFDIR= .. macro
105 ${CFDIR}/feature/bcc.m4 \
131 ${CFDIR}/feature/msp.m4 \
165 ${CFDIR}/m4/cf.m4 \
166 ${CFDIR}/m4/cfhead.m4 \
167 ${CFDIR}/m4/proto.m4 \
168 ${CFDIR}/m4/version.m4 \
171 ${CFDIR}/mailer/fax.m4 \
175 ${CFDIR}/mailer/pop.m4 \
200 ${CFDIR}/ostype/gnu.m4 \
[all …]
/freebsd-14.2/share/sendmail/
H A DMakefile7 CFDIR= cf macro
9 CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type …
10 CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type…
26 if [ -L ${DDIR}/${CFDIR} ]; then rm -f ${DDIR}/${CFDIR}; fi
35 rm -rf ${DDIR}/${CFDIR}; ln -s ${SENDMAIL_DIR}/${CFDIR} ${DDIR}/${CFDIR}
/freebsd-14.2/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
/freebsd-14.2/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 ...