summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/INSTALL
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-02-06 21:24:02 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-02-06 21:24:02 +0000
commit97b8ebf67696c3e00d11fd220692efe88adafc92 (patch)
tree67d2091f64e723d853bd1cf2dab9a68580047cd2 /userspace/ebtables2/INSTALL
parentb5d4088b89b9ddb80688de6eaec6723f0e46cf03 (diff)
add make target for a static ebtables binary
Diffstat (limited to 'userspace/ebtables2/INSTALL')
-rw-r--r--userspace/ebtables2/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/userspace/ebtables2/INSTALL b/userspace/ebtables2/INSTALL
index 1ea3648..7e1c78a 100644
--- a/userspace/ebtables2/INSTALL
+++ b/userspace/ebtables2/INSTALL
@@ -10,6 +10,11 @@ If you are using the CVS code or need your own kernel includes, do this
instead (change the include directory to the appropriate one):
%make install KERNEL_INCLUDES=/usr/src/linux/include
+If you want to make a static binary for ebtables, containing all the
+extensions, without shared libraries, do this (this will make a
+binary called 'static', which you can rename):
+%make static
+
WHAT GETS INSTALLED?
--------------------