From owner-freebsd-current Sat Nov 15 15:02:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA02229 for current-outgoing; Sat, 15 Nov 1997 15:02:32 -0800 (PST) (envelope-from owner-freebsd-current) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA02222 for ; Sat, 15 Nov 1997 15:02:25 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.210.252] by pop.uniserve.com with smtp (Exim 1.73 #1) id 0xWrEK-0002YP-00; Sat, 15 Nov 1997 15:02:20 -0800 Date: Sat, 15 Nov 1997 15:02:20 -0800 (PST) From: Tom To: Evan Champion cc: freebsd-current@freebsd.org Subject: Re: Way to _not_ build something in make world? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 15 Nov 1997, Evan Champion wrote: > Is there a way to not build a particular package when make world'ing? For > example, I replace sendmail with qmail, but every time I make world it > puts back sendmail again. Open /usr/src/usr.sbin/Makefile, and remove the word "sendmail" from the SUBDIR section. I've replaced Sendmail with Exim long ago. > Evan Tom