blob: a7448c9758fed7fb359d359760b3a341315e0f2e [file] [log] [blame]
Bart De Schuymer1abc55d2002-06-01 19:23:47 +00001FOLLOW THESE SIMPLE GUIDELINES:
2-------------------------------
3
Bart De Schuymer4a721be2002-11-20 19:40:47 +00004Compiling the source code and putting the files in the right directories:
5%make install
Bart De Schuymer1abc55d2002-06-01 19:23:47 +00006
Bart De Schuymer4a721be2002-11-20 19:40:47 +00007If you are using the CVS code or need your own kernel includes, do this
8instead (change the include directory to the appropriate one):
9%make install NONSTANDARD=y KERNEL_INCLUDES=/usr/src/linux/include
Bart De Schuymer1abc55d2002-06-01 19:23:47 +000010
11WHAT GETS INSTALLED?
12--------------------
13
Bart De Schuymer1abc55d2002-06-01 19:23:47 +000014- The ebtables manual gets installed in /usr/local/man/man8
15 To put the manual somewhere else, include MANDIR=<<man-path/man>> as
16 option on the command line.
17 The Makefile will append /man8/ebtables.8.
Bart De Schuymerbf1a2982002-11-22 18:56:13 +000018- ethertypes is by default placed in /usr/local/etc/, if you
19 want to change this, include ETHERTYPESPATH=<<path/>>.
20
Bart De Schuymer32890542002-07-10 20:09:56 +000021- the userspace program ebtables is compiled and the executable is copied
Bart De Schuymerf57f50f2002-08-29 16:52:36 +000022 to /sbin/ebtables.
Bart De Schuymer1abc55d2002-06-01 19:23:47 +000023
24That's all