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