summaryrefslogtreecommitdiff
path: root/babeld/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-04 16:49:15 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-04 19:09:14 +0200
commitb6f5781c33d29092a3c3dc40778a6e926a65f65a (patch)
tree8cd875c111e4be07bafc29362779207dc69ebdab /babeld/Makefile
parent30237d294fcb522e3be0df3a5625178db6f47a32 (diff)
build: non-recursive babeld & eigrpd
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'babeld/Makefile')
-rw-r--r--babeld/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/babeld/Makefile b/babeld/Makefile
new file mode 100644
index 0000000000..ae125e6e4d
--- /dev/null
+++ b/babeld/Makefile
@@ -0,0 +1,10 @@
+all: ALWAYS
+ @$(MAKE) -s -C .. babeld/babeld
+%: ALWAYS
+ @$(MAKE) -s -C .. babeld/$@
+
+Makefile:
+ #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: