diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-09-27 21:56:07 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-08 18:52:55 +0200 |
commit | 93f93af1c15e1a82d0f58f10c81bb814eb56e28f (patch) | |
tree | 59d2ddbd197a32e980211b7a0e9ca3866fd170c9 /sysdep/unix/Makefile | |
parent | 83a043f7db16b0143ae01eee043bdaca86308383 (diff) |
Wireguard: Refactor unix socket implementation
Move unix socket implementation for wireguard-go to sysdep/unix/.
Diffstat (limited to 'sysdep/unix/Makefile')
-rw-r--r-- | sysdep/unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/Makefile b/sysdep/unix/Makefile index f592399c..5272408b 100644 --- a/sysdep/unix/Makefile +++ b/sysdep/unix/Makefile @@ -1,4 +1,4 @@ -src := io.c krt.c log.c main.c random.c +src := io.c krt.c log.c main.c random.c wg_user.c obj := $(src-o-files) $(all-daemon) $(cf-local) |