--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile Thu Aug 03 21:11:06 2006 +0000
@@ -0,0 +1,12 @@
+# $Id$
+# $URL$
+
+DIRS = ius
+
+.PHONY: all clean install
+
+define recurse
+ for dir in $(DIRS); do $(MAKE) -C $$dir $@; done
+endef
+
+all clean install: ; $(recurse)