summaryrefslogtreecommitdiffstats
path: root/etc/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
commited410f8195c01d68645b4a52e9bafa354044106f (patch)
treeedef291821f27588fa857f20865aa1cb428c1e61 /etc/sendmail
parent4d15762396cadbae4004f8594ac36111d27d3d8d (diff)
downloadFreeBSD-src-ed410f8195c01d68645b4a52e9bafa354044106f.zip
FreeBSD-src-ed410f8195c01d68645b4a52e9bafa354044106f.tar.gz
Need one additional make.conf knob, SENDMAIL_ADDITIONAL_MC to satisfy bug
report. It allows building multiple .cf files at build time. PR: bin/19897
Diffstat (limited to 'etc/sendmail')
-rw-r--r--etc/sendmail/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile
index 7a8957e..63f49fa 100644
--- a/etc/sendmail/Makefile
+++ b/etc/sendmail/Makefile
@@ -33,6 +33,11 @@ INSTALL_CF= ${SENDMAIL_CF}
ALL+= ${INSTALL_CF}
.endif
+# Additional .cf files to build
+.if defined(SENDMAIL_ADDITIONAL_MC)
+ALL+= ${SENDMAIL_ADDITIONAL_MC:S/.mc$/.cf/g}
+.endif
+
CLEANFILES+=$(ALL)
all: $(ALL)
OpenPOWER on IntegriCloud