From 8e0470dabb7f373ef41ab5aeb77068f84729f5da Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 17 Mar 2021 09:46:08 -0600 Subject: support: prepare for out of tree builds This involves weird backporting things. Hopefully support.c here is not as bad as compat.h on Linux. Signed-off-by: Jason A. Donenfeld --- src/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d65cf80..c024ea1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,10 +2,8 @@ KMOD= if_wg -.PATH: ${SRCTOP}/sys/dev/if_wg - SRCS= opt_inet.h opt_inet6.h device_if.h bus_if.h ifdi_if.h -SRCS+= if_wg.c wg_noise.c wg_cookie.c crypto.c +SRCS+= if_wg.c wg_noise.c wg_cookie.c crypto.c support.c .include -- cgit v1.2.3-59-g8ed1b