From: Mark Huang Date: Mon, 10 Jan 2005 20:39:42 +0000 (+0000) Subject: - add iptables to the build X-Git-Tag: planetlab-3_1-branch-point~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=652c35332fe34cc9cac933d30bef895e7faf3414;p=build.git - add iptables to the build --- diff --git a/Makefile b/Makefile index 25df733f..6b8f7964 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.58 2004/12/08 16:25:56 mlhuang Exp $ +# $Id: Makefile,v 1.56 2004/11/04 18:35:45 mlhuang Exp $ # # Default target @@ -280,6 +280,17 @@ pl_mom-MODULE := pl_mom pl_mom-SPEC := pl_mom/pl_mom.spec ALL += pl_mom +# +# iptables +# + +iptables-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +iptables-MODULE := iptables +iptables-SPEC := iptables/iptables.spec +ALL += iptables + +iptables: kernel + ifeq ($(findstring $(package),$(ALL)),) # Build all packages