summaryrefslogtreecommitdiffstats
path: root/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
commit7d9e3eb933ca0f1d4f2ff933f8f3b76cb894657a (patch)
treeaa2b0b384567e4b18a8dda33d35cdd5fc8e3edcd /INSTALL
parent4cd1da629a1200776239bb624473c70952c72a69 (diff)
add make target for a static ebtables binary
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1ea3648..7e1c78a 100644
--- a/INSTALL
+++ b/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?
--------------------