summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-02-19 20:09:51 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-02-19 20:09:51 +0000
commit6c97d528b92c2fd446d8beaaaa5401804947632f (patch)
tree33e145878846d690c768ec7b378a99d75af10692 /docs
parentf5b47bc5a390dab91ceb060613c015ee6feb3ae4 (diff)
remove NONSTANDARD
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?