[OpenAFS-port-darwin] darwin install from source
Chaskiel M Grundman
cg2v@andrew.cmu.edu
Sun, 20 Oct 2002 13:32:20 -0400
it is not 'make install''s purpose to construct something that can be
installed into an operating system. make install is structured to create a
vaguely gnu-compatible install into a random $(prefix), nothing more.
Anything that doesn't fit into that sort of structure (like kernel modules
and startup scripts) isn't handled by make install yet. [actually, that's
not exactly right. kernel modules are "installed" into
${prefix}/lib/openafs]
The startup script is src/afsd/afs.rc.darwin
SystemParameters.plist is src/afsd/afs.rc.darwin.plist
The script and supporting files used to make the osx packages are in
http://cvs.openafs.org/src/packaging/MacOS