add make target for a static ebtables binary
diff --git a/INSTALL b/INSTALL
index 1ea3648..7e1c78a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,6 +10,11 @@
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?
--------------------