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