From: Jason A. Donenfeld Date: Mon, 20 Feb 2017 20:55:44 +0000 (+0100) Subject: extract-keys: respect compat directives X-Git-Tag: v1.0.20191226~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20702bfa344ea308999fa9ff6340b1a7797165e;p=thirdparty%2Fwireguard-tools.git extract-keys: respect compat directives Signed-off-by: Jason A. Donenfeld --- 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