diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:12:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:12:18 +0000 |
commit | 09dc32c25048aab6c14a26380444e0f2df5e7a92 (patch) | |
tree | 9ef529407e29a8bd6b76f15b80ae9977130701c4 /chapter06/nettools.xml | |
parent | a3368117a90ad960b14d73fc8fd8841b0c018c29 (diff) |
Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/nettools.xml')
-rw-r--r-- | chapter06/nettools.xml | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml index fb45eb059..719b47eae 100644 --- a/chapter06/nettools.xml +++ b/chapter06/nettools.xml @@ -1,21 +1,8 @@ -<sect2> +<sect1 id="ch09-nettools"> <title>Installing Net-tools</title> -<para> -The <filename>Makefile</filename> file CFLAGS variable has to be edited -if compiler optimizations should be added. -</para> +&c9-nettools-inst; +&aa-nettools-desc; -<para> -Install Net-tools by running the following commands: -</para> - -<blockquote><literallayout> - - <userinput>make &&</userinput> - <userinput>make install</userinput> - -</literallayout></blockquote> - -</sect2> +</sect1> |