Date: Sat, 21 Apr 2001 15:09:10 +1000 From: Tony Landells <ahl@austclear.com.au> To: "default013" <default013@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: re-compiling sendmail Message-ID: <200104210509.PAA21077@tungsten.austclear.com.au> In-Reply-To: Your message of "Fri, 20 Apr 2001 13:15:25 EST." <OE20TAS1KoxDt9JymLh00002c70@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 :-) Cheers, Tony 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?200104210509.PAA21077>