summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 05e8d5bd..3bf4cd9e 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -32,6 +32,10 @@ export LD = @LD@
export AR = @AR@
export RANLIB = @RANLIB@
export PERL = @PERL@
+export TAR = @TAR@
+export GZIP = @GZIP@
+export PATCH = @PATCH@
+export GIT = @GIT@
export CFLAGS = @CFLAGS@
export CXXFLAGS = @CXXFLAGS@