From owner-freebsd-questions Fri Apr 20 22: 9:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nameserver.austclear.com.au (nameserver.austclear.com.au [192.83.119.132]) by hub.freebsd.org (Postfix) with ESMTP id 9597137B42C for ; Fri, 20 Apr 2001 22:09:11 -0700 (PDT) (envelope-from ahl@austclear.com.au) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.70.1]) by nameserver.austclear.com.au (8.9.3/8.9.3) with ESMTP id PAA68855; Sat, 21 Apr 2001 15:09:10 +1000 (EST) Received: from tungsten (tungsten [192.168.70.1]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id PAA21077; Sat, 21 Apr 2001 15:09:10 +1000 (EST) Message-Id: <200104210509.PAA21077@tungsten.austclear.com.au> To: "default013" Cc: freebsd-questions@freebsd.org Subject: Re: re-compiling sendmail In-Reply-To: Your message of "Fri, 20 Apr 2001 13:15:25 EST." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21074.987829749.1@tungsten> Date: Sat, 21 Apr 2001 15:09:10 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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