OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / openswan / INSTALL
1
2 Please read the documentation in doc/ & docs/
3
4 Building userland: 
5
6         make programs install
7
8 Building KLIPS kernel module on 2.4 (assuming your kernel source is /usr/src/linux-2.4)
9
10         make KERNELSRC=/usr/src/linux-2.4 module minstall
11
12 Building KLIPS kernel module on 2.6
13
14         make KERNELSRC=/lib/modules/`uname -r`/build module minstall