summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJoszef Kadlecsik <kadlec@blackhole.kfki.hu>2004-06-28 08:09:19 +0000
committerJoszef Kadlecsik <kadlec@blackhole.kfki.hu>2004-06-28 08:09:19 +0000
commit9dd4cb06e08ca2260b8678307406aad0c450a111 (patch)
tree1a514a44575566f8c4f0db3427d89450be2a6eb8 /INSTALL
parent2c0aa9787999d62a467b909adb8bc8740904d47d (diff)
make DO_MULTI=1 documented in INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2f76b24d..5e840c65 100644
--- a/INSTALL
+++ b/INSTALL
@@ -36,6 +36,12 @@ PROBLEMS YOU MAY ENCOUNTER:
% make NO_SHARED_LIBS=1
+5) If you want to build a single BusyBox style multipurpose binary instead of
+ the individual iptables, iptables-save and iptables-restore binaries, then
+ please use
+
+ % make DO_MULTI=1
+
NOTE: make sure you build with at least the correct LIBDIR=
specification, otherwise iptables(8) won't know where to find the
dynamic objects.