FOLLOW THESE SIMPLE GUIDELINES:
-------------------------------

If /usr/src/linux contains the patched kernel for ebtables:
	%make install
Otherwise:
	%make KERNEL_DIR=<<where-the-patched-kernel-is>> install

WHAT GETS INSTALLED?
--------------------

- The needed kernel headers are placed in /usr/include/linux/netfilter_bridge/
  That's why it needs the KERNEL_DIR.
- 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.
- etherproto is placed in /etc/
- the userspace program ebtables is compiled.

That's all
