summaryrefslogtreecommitdiff
path: root/mac/ca/test/backoff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mac/ca/test/backoff/Makefile')
-rw-r--r--mac/ca/test/backoff/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/mac/ca/test/backoff/Makefile b/mac/ca/test/backoff/Makefile
new file mode 100644
index 0000000000..85dd429477
--- /dev/null
+++ b/mac/ca/test/backoff/Makefile
@@ -0,0 +1,7 @@
+BASE = ../../../..
+
+HOST_PROGRAMS = test_backoff
+test_backoff_SOURCES = test_backoff.c
+test_backoff_MODULES = lib mac/ca
+
+include $(BASE)/common/make/top.mk