From owner-freebsd-current Wed Mar 14 8:33:58 2001 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id BBED337B718 for ; Wed, 14 Mar 2001 08:33:54 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA49000; Wed, 14 Mar 2001 11:33:41 -0500 (EST) (envelope-from wollman) Date: Wed, 14 Mar 2001 11:33:41 -0500 (EST) From: Garrett Wollman Message-Id: <200103141633.LAA49000@khavrinen.lcs.mit.edu> To: Boris Popov Cc: current@FreeBSD.ORG Subject: Re: random reboots... In-Reply-To: References: <20010314004901.A549@zippy.mybox.zip> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > You need options LIBMCHAIN as well. We don't have mechanism for > specifying dependancies between options as of yet. (sorry, should put a > note in the NOTES). Actually, yes we do, although it's not often used. If the relevant sources are listed twice in `files', conditional on each option, then `config' will do the right thing. For example: dev/pccard/card_if.m optional card dev/pccard/card_if.m optional pccard -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message