aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-10 13:01:09 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-10 13:01:09 +0000
commit66cc31ec352b38777396bd8689139e932c396e94 (patch)
treeb1e327519baef1e1bacb8b8f206b7afe88e68dd5 /config
parent88069bda2eebb07ebac3325279330f7416282993 (diff)
downloadxen-66cc31ec352b38777396bd8689139e932c396e94.tar.gz
xen-66cc31ec352b38777396bd8689139e932c396e94.tar.bz2
xen-66cc31ec352b38777396bd8689139e932c396e94.zip
tools: Make build again on netbsd
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/NetBSD.mk2
-rw-r--r--config/StdGNU.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/NetBSD.mk b/config/NetBSD.mk
index 19bc25d56f..73b61577c6 100644
--- a/config/NetBSD.mk
+++ b/config/NetBSD.mk
@@ -6,3 +6,5 @@ CURSES_LIBS = -lcurses
LIBLEAFDIR_x86_64 = lib
LIBEXEC = $(PREFIX)/libexec
PRIVATE_BINDIR = $(BINDIR)
+
+WGET = ftp
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index ff94379208..aa6248801e 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -16,6 +16,8 @@ MSGMERGE = msgmerge
# Allow git to be wrappered in the environment
GIT ?= git
+WGET ?= wget -c
+
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p