Do not install sendmail example/infrastructure files if NO_SENDMAIL is
defined. The only two files installed in this case are aliases (which I believe other MTAs may use) and mailer.conf (which isn't sendmail, it belongs to mailwrapper). PR: 50477 MFC after: 5 days
This commit is contained in:
parent
60f4a2b500
commit
6a495f3ede
@ -45,8 +45,12 @@ NAMEDB= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \
|
||||
|
||||
PPPCNF= ppp.conf
|
||||
|
||||
.if defined(NO_SENDMAIL)
|
||||
ETCMAIL=mailer.conf aliases
|
||||
.else
|
||||
ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
|
||||
mailertable.sample aliases
|
||||
.endif
|
||||
|
||||
# Special top level files for FreeBSD
|
||||
FREEBSD=COPYRIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user