diff --git a/BOOK/final-system/common/iproute2.xml b/BOOK/final-system/common/iproute2.xml
index f0cc396..193e0ac 100644
--- a/BOOK/final-system/common/iproute2.xml
+++ b/BOOK/final-system/common/iproute2.xml
@@ -25,16 +25,16 @@
   <sect2 role="installation">
     <title>Installation of IPRoute2</title>
 
-    <para os="s1">By default, this package builds the <command>arpd</command>
-    program, which is dependent on Berkeley DB.  Because <command>arpd</command>
-    is not a very common requirement on a base Linux system, remove the
-    dependency on Berkeley DB by using the commands
-    below. If the <command>arpd</command> binary is needed, instructions for
-    compiling Berkeley DB can be found in CBLFS at <ulink
+    <para os="s1">The <command>arpd</command> program included in this package
+    will not be built since it is dependent on Berkeley DB, which is not
+    installed in CLFS. However, documentation files and a directory for
+    <command>arpd</command> will still be installed. Prevent this by running
+    the commands below. If the <command>arpd</command> binary is needed,
+    instructions for compiling Berkeley DB can be found in CBLFS at <ulink
     url="&cblfs-root;index.php/Berkeley_DB"/>.</para>
 
-<screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
-sed -i '/ARPD/d' Makefile
+<screen os="s2"><userinput>sed -i /ARPD/d Makefile
+rm -v doc/arpd.sgml
 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
 
     <para os="a">Compile the package:</para>
