View | Details | Raw Unified | Return to bug 19897
Collapse All | Expand All

(-)etc/sendmail/Makefile (+6 lines)
Lines 17-22 Link Here
17
17
18
ALL=	freebsd.cf
18
ALL=	freebsd.cf
19
19
20
# Additional SENDMAIL_CF's to be built, but NOT installed.  Only
21
# SENDMAIL_CF is installed.
22
.if defined(ADDITIONAL_SENDMAIL_CF)
23
ALL+=	${ADDITIONAL_SENDMAIL_CF}
24
.endif
25
20
# Local sendmail.cf, may be set in /etc/make.conf.  Warning! If set, this
26
# Local sendmail.cf, may be set in /etc/make.conf.  Warning! If set, this
21
# causes 'make install' to always copy it over /etc/mail/sendmail.cf!!!
27
# causes 'make install' to always copy it over /etc/mail/sendmail.cf!!!
22
# Caveat emptor!  Be sure you want this before you enable it.
28
# Caveat emptor!  Be sure you want this before you enable it.

Return to bug 19897