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