summaryrefslogtreecommitdiffstats
path: root/ripngd/Makefile
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-09 20:38:07 +0200
committerGitHub <noreply@github.com>2017-08-09 20:38:07 +0200
commitfc73dd4bdf96cbab00e7d5de67ec56503c6d9783 (patch)
tree573180d0bff416bd056836667b6f09ded881890f /ripngd/Makefile
parentMerge pull request #892 from opensourcerouting/watchfrr-simplify (diff)
parentbuild: non-recursive babeld & eigrpd (diff)
downloadfrr-fc73dd4bdf96cbab00e7d5de67ec56503c6d9783.tar.xz
frr-fc73dd4bdf96cbab00e7d5de67ec56503c6d9783.zip
Merge pull request #911 from opensourcerouting/non-recursive-2
more non-recursive build, fix cross-compile, & doc build mangling
Diffstat (limited to 'ripngd/Makefile')
-rw-r--r--ripngd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/ripngd/Makefile b/ripngd/Makefile
new file mode 100644
index 000000000..5b76bb2b4
--- /dev/null
+++ b/ripngd/Makefile
@@ -0,0 +1,10 @@
+all: ALWAYS
+ @$(MAKE) -s -C .. ripngd/ripngd
+%: ALWAYS
+ @$(MAKE) -s -C .. ripngd/$@
+
+Makefile:
+ #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: