aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/extract-keys/Makefile
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
commit622cef6f81a297b51728fd47c9ae8986bd5a4c76 (patch)
tree6765f60843bbc1c076438b0ad9813f1201ba9400 /contrib/examples/extract-keys/Makefile
parentnetns: nmap != ncat (diff)
downloadwireguard-monolithic-historical-622cef6f81a297b51728fd47c9ae8986bd5a4c76.tar.xz
wireguard-monolithic-historical-622cef6f81a297b51728fd47c9ae8986bd5a4c76.zip
makefile: use immediate expansion and use correct template patterns
Diffstat (limited to '')
-rw-r--r--contrib/examples/extract-keys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/examples/extract-keys/Makefile b/contrib/examples/extract-keys/Makefile
index 8f5901a..1f7308d 100644
--- a/contrib/examples/extract-keys/Makefile
+++ b/contrib/examples/extract-keys/Makefile
@@ -27,5 +27,6 @@ config-m := config.o
oldsrc := $(src)
src := $(src)/../../../src
include $(src)/compat/Kbuild.include
+include $(src)/crypto/Kbuild.include
src := $(oldsrc)
endif