The files in the src directory are covered by the IBM Public License
and the SUN ONC RPC license, with are included in the files
LICENSE.IBM and LICENSE.Sun in the same directory as this README.

To build the AFS kernel module on a local system, run:

    make build-it SPEC=some-identifying-string LNX22_SRCDIR=/linux/source/path 

For example, to build libafs for the 'default' kernel, with sources in
/usr/src/linux-`uname -r`, run, you can use the default settings:

    make build-it

Otherwise, you probably want to run:

    make build-it LNX22_SRCDIR=/path/to/linux/source

When it's done, the binary will be src/COMMON/libafs.o and will be
configured properly for the specified kernel header tree.

Alternatively, you can use the install-it rule, which works just like
build-it, except it will automatically install the module in
/usr/vice/etc/modload.

