summaryrefslogtreecommitdiffstats
path: root/ripd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/Makefile')
-rw-r--r--ripd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/ripd/Makefile b/ripd/Makefile
new file mode 100644
index 0000000..2d6f838
--- /dev/null
+++ b/ripd/Makefile
@@ -0,0 +1,10 @@
+all: ALWAYS
+ @$(MAKE) -s -C .. ripd/ripd
+%: ALWAYS
+ @$(MAKE) -s -C .. ripd/$@
+
+Makefile:
+ #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: