<div dir="ltr"><div>For easy reference, I&#39;ve appended the sections of the INSTALL file I updated earlier today.  Our test infrastructure is using the minimal install.<br><br>Building userland<br>-----------------<br><br>        make all <br>        sudo make install<br><br>For a minimal install (no manpages) type:<br><br>        make base<br>        sudo make install-base<br><br>The file Makefile.inc.local can be used to enable/disable features<br>configured by mk/<a href="http://config.mk">config.mk</a> and mk/<a href="http://userland-cflags.mk">userland-cflags.mk</a><br><br>Optional building alternative KLIPS IPsec stack<br>-----------------------------------------------<br><br>On Linux 2.6 or higher for the running kernel:<br><br>        make module<br>        sudo make module_install<br><br>Build for a kernel different from the running kernel:<br><br>        make KERNELSRC=//usr/src/kernel/linux-9.42 module<br><br>Building KLIPS kernel module for the old Linux 2.4 kernel<br><br>        make module24 <br>        sudo make minstall24<br><br>When using KLIPS with OCF:<br><br>        make CONFIG_KLIPS_OCF=y MODULE_DEF_INCLUDE=$${LIBRESWANSRCDIR}/packaging/ocf/config-all.hmodules module module_install<br><br>When called in openwrt/packaging/libreswan/Makefile to build kmod-libreswan<br><br>        make MODULE_DEFCONFIG=$${LIBRESWANSRCDIR}/packaging/openwrt/defconfig MODULE_DEF_INCLUDE=$${LIBRESWANSRCDIR}/packaging/openwrt/config-all.h module<br><br><br></div></div>