Date: Thu, 6 Apr 2000 15:10:08 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Nate Williams <nate@yogotech.com> Cc: arch@freebsd.org Subject: Re: Import of tcsh into src/contrib/, replacing src/usr.bin/csh Message-ID: <20000406151008.B25607@dragon.nuxi.com> In-Reply-To: <200004062150.PAA24400@nomad.yogotech.com>; from nate@yogotech.com on Thu, Apr 06, 2000 at 03:50:49PM -0600 References: <20000406134916.A23265@dragon.nuxi.com> <200004062121.PAA24162@nomad.yogotech.com> <20000406144502.A25177@dragon.nuxi.com> <200004062150.PAA24400@nomad.yogotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000406151008.B25607>
