]> git.puffer.fish Git - mirror/frr.git/commitdiff
bfdd: Add some code so we can compile from w/ in the bfdd dir
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Feb 2019 04:23:06 +0000 (23:23 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Feb 2019 04:23:48 +0000 (23:23 -0500)
Copy pattern of Makefile from other daemons to allow us to
compile this thingie(tm) from within the bfdd directory.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bfdd/Makefile [new file with mode: 0644]

diff --git a/bfdd/Makefile b/bfdd/Makefile
new file mode 100644 (file)
index 0000000..dfe7823
--- /dev/null
@@ -0,0 +1,10 @@
+all: ALWAYS
+       @$(MAKE) -s -C .. bfdd/bfdd
+%: ALWAYS
+       @$(MAKE) -s -C .. bfdd/$@
+
+Makefile:
+       #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: