iptables-1.3.2-20050720
[iptables.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3455fa6..5e840c6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -25,7 +25,7 @@ PROBLEMS YOU MAY ENCOUNTER:
        Please try `make KERNEL_DIR=path-to-correct-kernel'
 
 3) If you want to specify alternate directories for installation
-(instead of /usr/ bin lib man), do this:
+(instead of /usr/local/ bin lib man), do this:
 
        % make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man
        # make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man 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.