Subject: Re: Kernel include files
To: None <mycroft@gnu.ai.mit.edu>
From: Kenneth Stailey <kstailey@leidecker.gsfc.nasa.gov>
List: current-users
Date: 01/05/1995 19:51:30
>setenv DESTDIR /new
>mkdir /new
>cd /usr/src/etc
>make distrib-dirs
>cd /usr/src/include
>make install
>cd /usr/src/lib
>make && make install

If you are transitioning a 1.0 system to 1.0A the last step will not
work unless you put /usr/libexec in front of /usr/bin in your $PATH.
This is because /usr/bin/cpp will hang (reading from the tty, not the
source file).