aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/extract-keys
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-02-20 21:55:44 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-20 21:55:44 +0100
commitb20702bfa344ea308999fa9ff6340b1a7797165e (patch)
tree057c2acd976fad7976a0c30ceceaced6eed4062d /contrib/extract-keys
parentwg-quick: unquote fwmark for bash 4.3 (diff)
downloadwireguard-tools-b20702bfa344ea308999fa9ff6340b1a7797165e.tar.xz
wireguard-tools-b20702bfa344ea308999fa9ff6340b1a7797165e.zip
extract-keys: respect compat directives
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'contrib/extract-keys')
-rw-r--r--contrib/extract-keys/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/extract-keys/Makefile b/contrib/extract-keys/Makefile
index a1dd7a2..8f5901a 100644
--- a/contrib/extract-keys/Makefile
+++ b/contrib/extract-keys/Makefile
@@ -24,4 +24,8 @@ clean:
.PHONY: clean
else
config-m := config.o
+oldsrc := $(src)
+src := $(src)/../../../src
+include $(src)/compat/Kbuild.include
+src := $(oldsrc)
endif