Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 09:49:00 +0200
From:      "Leif Neland" <leifn@neland.dk>
To:        "default013" <default013@hotmail.com>, "Tony Landells" <ahl@austclear.com.au>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: re-compiling sendmail 
Message-ID:  <009f01c0ca37$8d375680$6405a8c0@neland.dk>
References:  <200104210509.PAA21077@tungsten.austclear.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message ----- 
From: "Tony Landells" <ahl@austclear.com.au>
To: "default013" <default013@hotmail.com>
Cc: <freebsd-questions@FreeBSD.ORG>
Sent: Saturday, April 21, 2001 7:09 AM
Subject: Re: re-compiling sendmail 


> > Yes, there is another makefile in /usr/src/usr.sbin/sendmail, however, if
> > you use this, you will find that it builds some kind of sendmail includes in
> > that directory ... and not full sendmail... I wish that were the answer
> > though...
> 
> > If theres something I missed, I'd love for it to be pointed out...
> 
> > Theres also another makefile in /usr/src/share/sendmail (if i remember right
> > cause my server is down right now) ... not sure what that one does, but I
> > tried that one too, and I think it just re-created /usr/share/sendmail/cf
> > ... where you can make sendmail.cf files...
> 
> The software builds under /usr/obj, so if you run make in
> /usr/src/usr.sbin/sendmail you should finish up with a sendmail executable
> in the directory /usr/obj/usr/src/usr.sbin/sendmail.  But I think you should
> also be able to do "make install" in /usr/src/usr.sbin/sendmail to install
> the new executable from /usr/obj/... in /usr/sbin.
> 
> Hopefully that's the last piece of the puzzle :-)
> 
Do a 

less `grep NO_SENDMAIL /usr/src/*/Makefile`

This will hint what isn't done when sendmail isn't being built, so just reverse the negation and do it :-)

Leif


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009f01c0ca37$8d375680$6405a8c0>