diff options
Diffstat (limited to 'nhrpd/Makefile')
-rw-r--r-- | nhrpd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nhrpd/Makefile b/nhrpd/Makefile new file mode 100644 index 0000000..62c9546 --- /dev/null +++ b/nhrpd/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS + @$(MAKE) -s -C .. nhrpd/nhrpd +%: ALWAYS + @$(MAKE) -s -C .. nhrpd/$@ + +Makefile: + #nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES: |