mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
22 lines
393 B
XML
22 lines
393 B
XML
|
<sect2>
|
||
|
<title>Installing Net-tools</title>
|
||
|
|
||
|
<para>
|
||
|
Edit the <filename>Makefile</filename> file and edit the CFLAGS variable
|
||
|
if you want to add compiler optimzations.
|
||
|
</para>
|
||
|
|
||
|
<para>
|
||
|
Install Net-tools by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|