diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-09-07 16:14:50 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-09-07 16:20:42 +0200 | 
| commit | 35a3c3c132ce4bafc97c8e805caea12f412d66c3 (patch) | |
| tree | 7f414003346b47d50b6a293674a42c810b49c7ba /pimd/Makefile | |
| parent | bd354725a683b9fcf84e8b174e37b7466622cdf8 (diff) | |
build: non-recursive pimd
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/Makefile')
| -rw-r--r-- | pimd/Makefile | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/pimd/Makefile b/pimd/Makefile new file mode 100644 index 0000000000..87a5388572 --- /dev/null +++ b/pimd/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS +	@$(MAKE) -s -C .. pimd/pimd +%: ALWAYS +	@$(MAKE) -s -C .. pimd/$@ + +Makefile: +	#nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES:  | 
