From owner-freebsd-doc Tue Oct 9 10:20: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C17337B403 for ; Tue, 9 Oct 2001 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99HK1L29295; Tue, 9 Oct 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 10:20:01 -0700 (PDT) Message-Id: <200110091720.f99HK1L29295@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Reply-To: Murray Stokely 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 The following reply was made to PR docs/30447; it has been noted by GNATS. From: Murray Stokely To: Garrett Wollman Cc: Murray Stokely , freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Date: Tue, 9 Oct 2001 10:11:52 -0700 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. 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 - Murray On Tue, Oct 09, 2001 at 11:25:57AM -0400, Garrett Wollman wrote: > > What's up with the sbin/i386 directory that appears to have been > > disconnected from the build for many years. > > It was an idea that I had which later turned out to be a bad one. > > -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message