summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ebtables-faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ebtables-faq.html b/docs/ebtables-faq.html
index 7eaa304..1e7ab97 100644
--- a/docs/ebtables-faq.html
+++ b/docs/ebtables-faq.html
@@ -195,7 +195,7 @@
The current userspace code is in the ebtables2/userspace/ebtables2 directory. To compile the
CVS userspace tool you'll need to do the following:
<PRE>
-# make NONSTANDARD=y KERNEL_INCLUDES=/usr/src/linux/include/
+# make KERNEL_INCLUDES=/usr/src/linux/include/
# make install
</PRE>
Obviously you'll need to use the right kernel directory. Why is compiling the CVS different?