Remove NO_SENDMAIL and all it masks, except one
authorJohn Marino <draco@marino.st>
Mon, 9 Mar 2015 23:53:02 +0000 (00:53 +0100)
committerJohn Marino <draco@marino.st>
Tue, 10 Mar 2015 07:28:14 +0000 (08:28 +0100)
commit46ba0b785287af8bf902aef711c940b640ae9f45
treee8df9a2dae51d814fb120a8704c7804c69110b22
parent5ab1caedae6de6fd12c39e29342eacc1a072b682
Remove NO_SENDMAIL and all it masks, except one

The next step in the removal of Sendmail is to remove all the components
that NO_SENDMAIL masked, and then remove the internal NO_SENDMAIL knob
itself.

There is one component that got unmasked though: the etc/sendmail
dragonfl*.mc files.  I think we may need to keep building these, and
they require contrib/sendmail-8.14 source files.  I'll figure out what
needs to have to remove the contrib directory later.
32 files changed:
Makefile.inc1
bin/Makefile
bin/rmail/Makefile [deleted file]
etc/Makefile
etc/defaults/make.conf
etc/mtree/BSD.sendmail.dist [deleted file]
lib/Makefile
lib/libmilter/Makefile [deleted file]
lib/libsm/Makefile [deleted file]
lib/libsmdb/Makefile [deleted file]
lib/libsmutil/Makefile [deleted file]
libexec/Makefile
libexec/mail.local/Makefile [deleted file]
libexec/smrsh/Makefile [deleted file]
libexec/smrsh/patches/smrsh.8.patch [deleted file]
share/Makefile
share/doc/smm/08.sendmailop/Makefile [deleted file]
share/doc/smm/Makefile
share/man/man5/make.conf.5
share/mk/bsd.libnames.mk
share/mk/sys.mk
share/sendmail/Makefile [deleted file]
usr.bin/Makefile
usr.bin/vacation/Makefile [deleted file]
usr.sbin/Makefile
usr.sbin/editmap/Makefile [deleted file]
usr.sbin/mailstats/Makefile [deleted file]
usr.sbin/makemap/Makefile [deleted file]
usr.sbin/praliases/Makefile [deleted file]
usr.sbin/sendmail/Makefile [deleted file]
usr.sbin/sendmail/main.c.patch [deleted file]
usr.sbin/sendmail/srvrsmtp.c.patch [deleted file]