X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=0442810f2815edb1ac887c8cbf13c6c8ea8762cf;hb=1f3693d89c1c88e895721e21751c354e74b99627;hp=a35b722798391d872ffd4ad4cd3c354a4b9d333d;hpb=5f337135c613b2ee3cb24ade7617ecaae0a74681;p=ipfw.git diff --git a/Makefile b/Makefile index a35b722..0442810 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,15 @@ # $Id$ +# # Top level makefile for building ipfw kernel and userspace. # You can run it manually or also under the Planetlab build. # Planetlab wants also the 'install' target. +# +# To build on system with non standard Kernel sources or userland files, +# you should run this with +# +# make KERNELPATH=/path/to/linux-2.x.y.z USRDIR=/path/to/usr +# +# We assume that $(USRDIR) contains include/ and lib/ used to build userland. DATE ?= $(shell date +%Y%m%d) SNAPSHOT_NAME=ipfw_linux-$(DATE)