From owner-freebsd-doc Tue Oct 23 2:29: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 1B24337B406; Tue, 23 Oct 2001 02:28:59 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9N9Sue63295; Tue, 23 Oct 2001 12:28:56 +0300 (EEST) (envelope-from ru) Date: Tue, 23 Oct 2001 12:28:56 +0300 From: Ruslan Ermilov To: Murray Stokely Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Message-ID: <20011023122856.B54039@sunbay.com> References: <200110091720.f99HK1L29295@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110091720.f99HK1L29295@freefall.freebsd.org>; from murray@FreeBSD.ORG on Tue, Oct 09, 2001 at 10:20:01AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 09, 2001 at 10:20:01AM -0700, Murray Stokely wrote: > > So where should we go from here? Should these programs just be > removed? It looks like there are two separate mechanisms in > src/sbin/Makefile for conditionally including subdirectories. > Yes. One test for ${MACHINE_ARCH}, and another for ${MACHINE}. The only unusual combination currently is i386/pc98, and we still want these (kget, mount_nwfs) for MACHINE=pc98. > I think we should move kget and mount_nwfs into the i386 directory > (repo-copy) and I'm not sure what to do about cxconfig. Does this > device still work with FreeBSD? Do we just leave it as is? > > .if ${MACHINE_ARCH} == i386 > SUBDIR+= kget mount_nwfs > .endif > > .if exists(${.CURDIR}/${MACHINE}) > SUBDIR+= ${MACHINE} > .endif > Nope, we should leave these as is for the above reasons, and I've connected cxconfig(8) to build after WARNSifying it. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message