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