From owner-freebsd-arch Thu Apr 6 15:10:47 2000 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id C4CE937BC70 for ; Thu, 6 Apr 2000 15:10:40 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id AAA10753 for ; Fri, 7 Apr 2000 00:14:14 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id AAA34118 for freebsd-arch@freebsd.org; Fri, 7 Apr 2000 00:10:39 +0200 (CEST) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id D3ED137BA41 for ; Thu, 6 Apr 2000 15:10:12 -0700 (PDT) (envelope-from obrien@NUXI.ucdavis.edu) Received: from dragon.nuxi.com (root@14-078.006.popsite.net [216.126.137.78]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA30386; Thu, 6 Apr 2000 15:10:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA25692; Thu, 6 Apr 2000 15:10:08 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Apr 2000 15:10:08 -0700 From: "David O'Brien" To: Nate Williams Cc: arch@freebsd.org Subject: Re: Import of tcsh into src/contrib/, replacing src/usr.bin/csh Message-ID: <20000406151008.B25607@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20000406134916.A23265@dragon.nuxi.com> <200004062121.PAA24162@nomad.yogotech.com> <20000406144502.A25177@dragon.nuxi.com> <200004062150.PAA24400@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004062150.PAA24400@nomad.yogotech.com>; from nate@yogotech.com on Thu, Apr 06, 2000 at 03:50:49PM -0600 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 06, 2000 at 03:50:49PM -0600, Nate Williams wrote: > > I did see PicoBSD (as I mentioned). Can someone show me where it is > > required by PicoBSD? > > PicoBSD is just *one* of the many, many, many uses for small embedded > system. Also, PicoBSD is the framework, not the entire enchilada. Ok, then what about this: 1. Import tcsh into src/contrib/tcsh 2. copy src/bin/csh/Makefile to src/bin/csh/Makefile.csh 3. create src/bin/csh/Makefile.tcsh 4. src/bin/csh/Makefile looks like this: .if defined(WANT_OLD_CSH) .include ${.CURDIR}/Makefile.csh .else .include ${.CURDIR}/Makefile.tcsh .endif -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message