- <sect2>
 
- <title>Installation of Make</title>
 
- <para>Install Make by running the following commands:</para>
 
- <para><screen><userinput>./configure --prefix=/usr &&
 
- make &&
 
- make install &&
 
- chgrp root /usr/bin/make &&
 
- chmod 755 /usr/bin/make</userinput></screen></para>
 
- </sect2>
 
 
  |