From owner-freebsd-stable Tue Feb 27 13: 2: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id F176837B71D for ; Tue, 27 Feb 2001 13:01:57 -0800 (PST) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta3/8.12.0.Beta3) id f1RL1uxx042237; Tue, 27 Feb 2001 13:01:56 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15004.5572.651914.26917@horsey.gshapiro.net> Date: Tue, 27 Feb 2001 13:01:56 -0800 From: Gregory Neil Shapiro To: Lauri Laupmaa Cc: stable@FreeBSD.ORG Subject: Re: build sendmail only ? In-Reply-To: <3A9BD613.1F7FBDF5@inspiral.net> References: <3A9BD613.1F7FBDF5@inspiral.net> X-Mailer: VM 6.90 under 21.2 (beta42) "Poseidon" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mauri> Lets say we have 4.2-REL system and fresh -STABLE sources, mauri> if and how is it possible to build/install only sendmail and _not_ world Yes: cd /usr/src/usr.sbin/sendmail make obj depend all cd /usr/src/usr.sbin/makemap make obj depend all cd /usr/src/etc/sendmail make obj depend all If that goes ok: cd /usr/src/usr.sbin/sendmail make install cd /usr/src/usr.sbin/makemap make install Then look at /usr/obj/usr/src/etc/sendmail/freebsd.cf and compare it to /etc/mail/sendmail.cf (if you have local changes). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message