Remove installation of the dragonfly{,.submit}.cf files since users may
authorGregory Neil Shapiro <gshapiro@dragonflybsd.org>
Tue, 26 Jul 2005 02:40:25 +0000 (02:40 +0000)
committerGregory Neil Shapiro <gshapiro@dragonflybsd.org>
Tue, 26 Jul 2005 02:40:25 +0000 (02:40 +0000)
commit6fa8cf633f36906cdb2d73e7bf7fe254fc31fb56
treee95db0dfab2a345fc444e7da6b4a42c13deaf472
parent1dcf48edfc63a0cd0dd0740cf00659f0cd4a11e8
Remove installation of the dragonfly{,.submit}.cf files since users may
do a 'make upgrade' before a 'make buildworld' and the .cf files won't
exist.  Strictly speaking, we don't need them in /etc/mail/ for
/etc/mail/Makefile to work properly anyway so this is a safe change.

I prefer this to adding the .cf files as dependencies to the upgrade
target since that target shouldn't do any building (i.e., 'make upgrade'
doesn't do things like 'make obj' first).
etc/sendmail/Makefile