Searched refs:SENDMAIL_MC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/etc/mail/
H A DMakefile45 # can be changed by defining SENDMAIL_MC in /etc/make.conf, e.g.:
47 # SENDMAIL_MC=/etc/mail/myconfig.mc
67 .ifndef SENDMAIL_MC
68 SENDMAIL_MC!= hostname
69 SENDMAIL_MC:= ${SENDMAIL_MC}.mc macro
71 ${SENDMAIL_MC}:
72 ${CP} freebsd.mc ${SENDMAIL_MC}
83 INSTALL_CF= ${SENDMAIL_MC:R}.cf
/freebsd-11-stable/etc/sendmail/
H A DMakefile31 # Local SENDMAIL_MC or SENDMAIL_CF may be set in /etc/make.conf.
35 .if defined(SENDMAIL_MC) && defined(SENDMAIL_CF)
36 .error Both SENDMAIL_MC and SENDMAIL_CF cannot be set.
37 .elif defined(SENDMAIL_MC)
38 INSTALL_CF= ${SENDMAIL_MC:T:R}.cf
40 CLEANFILES+= ${SENDMAIL_MC:T:R}.cf
41 ${INSTALL_CF}: ${SENDMAIL_MC}

Completed in 62 milliseconds