Having completed the necessary steps to obtain the website source files, the website can be built. In our example, the build directory is /usr/build and all the required files are already in place.
Change into the build directory:
# cd /usr/build
The website build starts from the en_US.ISO8859-1/htdocs directory by executing the make(1) all target, to create the web pages.
# cd en_US.ISO8859-1/htdocs # make all