diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-02-28 00:44:40 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-08-24 16:40:09 +0200 |
commit | 6c4b6ee21a0ed81a5310acbfcadb7c13ac248620 (patch) | |
tree | 985fe9d03aa53c8f42edbe8df3c5002a9ddd7ec6 /proto/wireguard/Makefile | |
parent | a7820a87b56fbc94608247d3ccbc19fa1a9dda60 (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) |