aboutsummaryrefslogtreecommitdiff
path: root/etc/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-02-22 19:44:16 +0000
commite6c77250ef764b3e8c70f593671cd237d6061c3b (patch)
treed7e3b9001df9ef9322e4ae0871db5c83311317e1 /etc/sendmail
parentfeb43c5f37d221250d4a5d8a407b1e56a455a50b (diff)
downloadsrc-e6c77250ef764b3e8c70f593671cd237d6061c3b.tar.gz
src-e6c77250ef764b3e8c70f593671cd237d6061c3b.zip
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
Notes
Notes: svn path=/head/; revision=72918
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 7a8957e73b4b..63f49fab7e90 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)