aboutsummaryrefslogtreecommitdiff
path: root/tests/crypt/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crypt/GNUmakefile')
-rw-r--r--tests/crypt/GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/crypt/GNUmakefile b/tests/crypt/GNUmakefile
new file mode 100644
index 000000000000..2e838d5e7283
--- /dev/null
+++ b/tests/crypt/GNUmakefile
@@ -0,0 +1,7 @@
+# GNU Make does not automagically include .depend
+# Luckily it does read GNUmakefile over Makefile so we can work around it
+
+include Makefile
+ifneq ($(wildcard .depend), )
+include .depend
+endif