Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/cf/cf/
H A DMakefile21 CFDIR= .. macro
103 ${CFDIR}/feature/bcc.m4 \
145 ${CFDIR}/m4/cf.m4 \
146 ${CFDIR}/m4/cfhead.m4 \
147 ${CFDIR}/m4/proto.m4 \
148 ${CFDIR}/m4/version.m4 \
150 ${CFDIR}/mailer/fax.m4 \
154 ${CFDIR}/mailer/pop.m4 \
177 ${CFDIR}/ostype/gnu.m4 \
194 ${CFDIR}/ostype/qnx.m4 \
[all …]
/freebsd-13.1/share/sendmail/
H A DMakefile8 CFDIR= cf macro
10 CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type …
11 CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type…
27 if [ -L ${DDIR}/${CFDIR} ]; then rm -f ${DDIR}/${CFDIR}; fi
36 rm -rf ${DDIR}/${CFDIR}; ln -s ${SENDMAIL_DIR}/${CFDIR} ${DDIR}/${CFDIR}
/freebsd-13.1/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-13.1/contrib/sendmail/
H A DRELEASE_NOTES9183 m4 ${CFDIR}/m4/cf.m4 config.mc > config.cf
9185 m4 -I${CFDIR} m4/cf.m4 config.mc > config.cf
9188 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 ...