From owner-freebsd-current Wed Jan 10 7: 7:48 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id B677837B401; Wed, 10 Jan 2001 07:07:26 -0800 (PST) Received: (from uucp@localhost) by ns.internet.dk (8.11.1/8.11.1) with UUCP id f0AF7PF09486; Wed, 10 Jan 2001 16:07:25 +0100 (CET) (envelope-from leifn@neland.dk) Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.1/8.11.0) with ESMTP id f0AF77i24223; Wed, 10 Jan 2001 16:07:11 +0100 (CET) (envelope-from leifn@neland.dk) Date: Wed, 10 Jan 2001 16:07:07 +0100 (CET) From: Leif Neland To: Ruslan Ermilov Cc: freebsd-current@FreeBSD.ORG Subject: Re: rebuilding sendmail without building world In-Reply-To: <20010110162551.A48389@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 Jan 2001, Ruslan Ermilov wrote: > On Wed, Jan 10, 2001 at 03:22:30PM +0100, Leif Neland wrote: > > How do I remake sendmail without making a buildworld? > > > > I'm experimenting with cyrus-sasl and sendmail. > > > > cd /usr/src/contrib/sendmail && make > > > > doesn't work, because there is no Build there. > > > > I could import the original source from sendmail.org, but I'd rather > > not; I'd prefer using the paths and flags from buildworld. > > > (cd /usr/src; grep NO_SENDMAIL */Makefile) should give you an idea. > Yes, the idea I got was: cd /usr/src/usr.sbin/sendmail && make && make install Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message