summaryrefslogtreecommitdiff
path: root/proto/wireguard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'proto/wireguard/Makefile')
-rw-r--r--proto/wireguard/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/wireguard/Makefile b/proto/wireguard/Makefile
new file mode 100644
index 00000000..26a7970f
--- /dev/null
+++ b/proto/wireguard/Makefile
@@ -0,0 +1,8 @@
+WG := $(srcdir)/../WireGuard/contrib/examples/embeddable-wg-library
+
+src := wireguard.c
+obj := $(src-o-files)
+$(all-daemon)
+$(cf-local)
+
+tests_objs := $(tests_objs) $(src-o-files)