From: Donald Sharp Date: Thu, 14 Feb 2019 04:23:06 +0000 (-0500) Subject: bfdd: Add some code so we can compile from w/ in the bfdd dir X-Git-Tag: 7.1_pulled~244^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6038fe458461ad76a6809995d6ad9ea1d0b59bbd;p=matthieu%2Ffrr.git bfdd: Add some code so we can compile from w/ in the bfdd dir 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 --- diff --git a/bfdd/Makefile b/bfdd/Makefile new file mode 100644 index 0000000000..dfe78232c4 --- /dev/null +++ b/bfdd/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS + @$(MAKE) -s -C .. bfdd/bfdd +%: ALWAYS + @$(MAKE) -s -C .. bfdd/$@ + +Makefile: + #nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES: