Home
last modified time | relevance | path

Searched refs:SENDMAIL_CF_DIR (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/etc/mail/
H A DMakefile93 SENDMAIL_CF_DIR?= /usr/share/sendmail/cf macro
95 SENDMAIL_CF_DIR?= /usr/src/contrib/sendmail/cf macro
157 M4FILES!= find ${SENDMAIL_CF_DIR} -type f -name '*.m4' -print
165 ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ ${SENDMAIL_M4_FLAGS} \
166 ${SENDMAIL_CF_DIR}/m4/cf.m4 ${@:R}.mc > ${.TARGET}
/freebsd-14.2/etc/sendmail/
H A DMakefile10 SENDMAIL_CF_DIR?=${SENDMAIL_DIR}/cf macro
13 M4FILES!= find ${SENDMAIL_CF_DIR} -type f -name '*.m4' -print
19 ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ -D_NO_MAKEINFO_ \
21 ${SENDMAIL_CF_DIR}/m4/cf.m4 ${.IMPSRC} > ${.TARGET}