[1866] in NetBSD-Development
Re: More AFS 3.3a stuff
daemon@ATHENA.MIT.EDU (Bill Sommerfeld)
Sun May 23 21:07:21 1999
To: Nathan J Williams <nathanw@MIT.EDU>
Cc: wesommer@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: Message from Nathan J Williams <nathanw@MIT.EDU>
of "23 May 1999 17:52:19 EDT." <mtuogjb4fos.fsf@mary-kay-commandos.mit.edu>
Date: Sun, 23 May 1999 21:05:43 -0400
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
> As you probably saw in my mail to netbsd-dev, I'm running the
> 3.3a stuff on snork, where I'm doing NetBSD-Athena development. Looks
> good. What's the state of the sources for the 3.3a stuff? We're going
> to want to an install that includes the libraries and include files
> for /usr/afsws.
Sources are all checked in under CVS in the
/afs/sipb/project/afs/repository/src
To build:
cvs -d /afs/sipb/project/afs/repository checkout -rnetbsd-merge src
mkdir <system>
cd <system>
edit <../src/netbsd/pkg/buildafs33a> as appropriate
run ../src/netbsd/pkg/buildafs33a
.. and come back in a little while and you should have a build tree.
- Bill