Re: rebuilding sendmail without building world

2001-01-10 Thread Ruslan Ermilov

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.


Cheers,
-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: rebuilding sendmail without building world

2001-01-10 Thread Leif Neland



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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message