[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sendmail and 2.8 to current
On Tue, Jan 09, 2001 at 09:31:48PM +0000, Sam Smith wrote:
>
> I need some sound support which is only in -current, and
> have upgraded sendmail by hand to 8.11.
>
> If I do a complete rebuild from source, is this going to
> stuff my sendmail install, and if so, how do I prevent it
> doing so?
>From looking at the Makefile in '/usr/src/gnu/usr.sbin', the parent
directory of 'sendmail' in the source tree, it seems that you could
change the line
SUBDIR+= mkisofs mkhybrid sendmail
to
SUBDIR+= mkisofs mkhybrid
I don't know if that's the "accepted" way of doing it, however. The
file '/usr/share/mk/bsd.README' has some information on configuring
the source build process, but there doesn't seem to be anything there
about controlling it at the level of turning on/off 'sendmail's build.
David S.