aboutsummaryrefslogtreecommitdiffstats
path: root/tools/hotplug/NetBSD
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-19 01:48:18 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-19 01:48:18 +0100
commit94c3a1b680594628134f2bb6d12bb64f6daf737d (patch)
tree8e2fc4581aab79cba271eeca62f8786678369c65 /tools/hotplug/NetBSD
parent9528ca9f77fe92a4e014543d9b6badeb6e6245df (diff)
downloadxen-94c3a1b680594628134f2bb6d12bb64f6daf737d.tar.gz
xen-94c3a1b680594628134f2bb6d12bb64f6daf737d.tar.bz2
xen-94c3a1b680594628134f2bb6d12bb64f6daf737d.zip
tools: clean up handling of xen config and scripts directories.
For now hardcode /etc w/o a prefix as there are hardcoded config paths in the code which would break otherwise. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/hotplug/NetBSD')
-rw-r--r--tools/hotplug/NetBSD/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/hotplug/NetBSD/Makefile b/tools/hotplug/NetBSD/Makefile
index 8577a6f2e5..e4be3f9140 100644
--- a/tools/hotplug/NetBSD/Makefile
+++ b/tools/hotplug/NetBSD/Makefile
@@ -1,11 +1,7 @@
XEN_ROOT = ../../../
include $(XEN_ROOT)/tools/Rules.mk
-# Xen configuration dir and configs to go there.
-XEN_CONFIG_DIR = /etc/xen
-
# Xen script dir and scripts to go there.
-XEN_SCRIPT_DIR = $(XEN_CONFIG_DIR)/scripts
XEN_SCRIPTS =
XEN_SCRIPTS += block-nbsd
XEN_SCRIPTS += qemu-ifup-nbsd