aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/extract-handshakes
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-12-16 00:50:39 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-12-18 14:41:48 +0100
commit89662178c6838a63834397ddc5363e2a2a6be251 (patch)
tree3749cfc87b205e3c68052ef2c52fd639ef738ef6 /contrib/extract-handshakes
parentwg-quick: bring interface up while setting MTU (diff)
downloadwireguard-tools-89662178c6838a63834397ddc5363e2a2a6be251.tar.xz
wireguard-tools-89662178c6838a63834397ddc5363e2a2a6be251.zip
makefile: use immediate expansion and use correct template patterns
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'contrib/extract-handshakes')
-rw-r--r--contrib/extract-handshakes/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/extract-handshakes/Makefile b/contrib/extract-handshakes/Makefile
index 36e951e..77b42f1 100644
--- a/contrib/extract-handshakes/Makefile
+++ b/contrib/extract-handshakes/Makefile
@@ -24,5 +24,6 @@ offset-finder-m := offset-finder.o
oldsrc := $(src)
src := $(src)/../../../src
include $(src)/compat/Kbuild.include
+include $(src)/crypto/Kbuild.include
src := $(oldsrc)
endif