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