- add iptables to the build
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 10 Jan 2005 20:39:42 +0000 (20:39 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 10 Jan 2005 20:39:42 +0000 (20:39 +0000)
Makefile

index 25df733..6b8f796 100644 (file)
--- 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