Date: Tue, 27 Feb 2001 13:01:56 -0800 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: Lauri Laupmaa <mauri@inspiral.net> Cc: stable@FreeBSD.ORG Subject: Re: build sendmail only ? Message-ID: <15004.5572.651914.26917@horsey.gshapiro.net> In-Reply-To: <3A9BD613.1F7FBDF5@inspiral.net> References: <3A9BD613.1F7FBDF5@inspiral.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15004.5572.651914.26917>