diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-02 09:46:45 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-04 11:09:50 +0200 |
commit | 7f269117324f5b2f7496c23f3c7abdf9fb9d85ff (patch) | |
tree | fd01bd150f44708b745fe1b5343985cabf2856a7 /ripngd/Makefile | |
parent | build: fix clippy cross-compile (diff) | |
download | frr-7f269117324f5b2f7496c23f3c7abdf9fb9d85ff.tar.xz frr-7f269117324f5b2f7496c23f3c7abdf9fb9d85ff.zip |
build: non-recursive ripd & ripngd
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripngd/Makefile')
-rw-r--r-- | ripngd/Makefile | 10 |
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: |