blob: 8e9359c1d19a0f5e547a444c0413748c8da45548 [file] [log] [blame]
FOLLOW THESE SIMPLE GUIDELINES:
-------------------------------
Compile the source code:
%make
put the files in the right directories:
%make install
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 NONSTANDARD=y KERNEL_INCLUDES=/usr/src/linux/include
WHAT GETS INSTALLED?
--------------------
- The ebtables manual gets installed in /usr/local/man/man8
To put the manual somewhere else, include MANDIR=<<man-path/man>> as
option on the command line.
The Makefile will append /man8/ebtables.8.
- ethertypes is by default placed in /etc/, if you
want to change this, include ETHERTYPESPATH=<<path/>>.
- the userspace program ebtables is compiled and the executable is copied
to /sbin/ebtables.
To put the binary somewhere else, include BINDIR=<<path/>>.
That's all