Import source code for dummynet innode emulation.
[ipfw.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..69b6481
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+# $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.
+
+_all: all
+
+all clean distclean:
+       echo target is $(@)
+       (cd ipfw && $(MAKE) $(@) )
+       (cd dummynet && $(MAKE) $(@) )
+
+install: