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