aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-06 21:12:33 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-06 21:12:33 +0100
commite6e6785c99bccdd61ecf6ffcfd4aa3423e3a1255 (patch)
treecbd138e512db8c0c05a882a807ac832d327f2016 /tools/misc/Makefile
parent1a4c39bf21ad4f53427f5db4f9fd554a22bd1ff3 (diff)
downloadxen-e6e6785c99bccdd61ecf6ffcfd4aa3423e3a1255.tar.gz
xen-e6e6785c99bccdd61ecf6ffcfd4aa3423e3a1255.tar.bz2
xen-e6e6785c99bccdd61ecf6ffcfd4aa3423e3a1255.zip
tools/misc: Remove some obsolete scripts.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/misc/Makefile')
-rw-r--r--tools/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 12c599cd75..c309a3f106 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -22,7 +22,7 @@ INSTALL_BIN-y := xencons
INSTALL_BIN-$(CONFIG_X86) += xen-detect
INSTALL_BIN := $(INSTALL_BIN-y)
-INSTALL_SBIN-y := netfix xm xen-bugtool xen-python-path xend xenperf xsview xenpm
+INSTALL_SBIN-y := xm xen-bugtool xen-python-path xend xenperf xsview xenpm
INSTALL_SBIN := $(INSTALL_SBIN-y)
DEFAULT_PYTHON_PATH := $(shell $(XEN_ROOT)/tools/python/get-path)