summaryrefslogtreecommitdiff
path: root/proto/bfd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'proto/bfd/Makefile')
-rw-r--r--proto/bfd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/proto/bfd/Makefile b/proto/bfd/Makefile
index 402122fc..11d639d7 100644
--- a/proto/bfd/Makefile
+++ b/proto/bfd/Makefile
@@ -1,6 +1,7 @@
-src := bfd.c io.c packets.c
+src := bfd.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
+$(call proto-build,bfd_build)
-tests_objs := $(tests_objs) $(src-o-files) \ No newline at end of file
+tests_objs := $(tests_objs) $(src-o-files)