diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-02-28 00:44:40 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-12-04 23:41:05 +0100 |
commit | c61130b81147200c319931ae15dc4195a9a18bbc (patch) | |
tree | 284bb5cd6bfc3695ab4300775abc2850646a0781 /proto/wireguard/Makefile | |
parent | 293aa6dc8d1927d2a9809c2a88954795a56b1188 (diff) |
Wireguard: Initial commit
Use 51820 (default wireguard port) as default tunnel type.
Diffstat (limited to 'proto/wireguard/Makefile')
-rw-r--r-- | proto/wireguard/Makefile | 8 |
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) |