The root makefile target (located in the build directory) enables you to copy files from components into the root directory.
Because the EXAMPLES
component contains binary
files that the target must see, use the make root command
to copy the binary files of the EXAMPLES
component
into the root directory as follows:
host% make root
The root directory now contains the binary files
of the EXAMPLES
component. You can run this component
on any target system where the root directory can be NFS
mounted.