aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/Makefile
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-30 11:50:31 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-30 11:50:31 +0000
commit1b765c26bc2e3fbe78791a1eb966d72c16fede6f (patch)
tree6c4cfd7c669c6c7c84ff56e3247a96072ee6ad6c /tools/examples/Makefile
parent7d650bf543f3f1ef54a3f056d87de904207ebd0c (diff)
downloadxen-1b765c26bc2e3fbe78791a1eb966d72c16fede6f.tar.gz
xen-1b765c26bc2e3fbe78791a1eb966d72c16fede6f.tar.bz2
xen-1b765c26bc2e3fbe78791a1eb966d72c16fede6f.zip
bitkeeper revision 1.1040 (40e2a907DdoQGsSPReiCr496bEgtTQ)
Remove obsolete files.
Diffstat (limited to 'tools/examples/Makefile')
-rw-r--r--tools/examples/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/examples/Makefile b/tools/examples/Makefile
index 794933d5d6..4df04eed55 100644
--- a/tools/examples/Makefile
+++ b/tools/examples/Makefile
@@ -1,21 +1,17 @@
INSTALL = $(wildcard *.py)
-ETC = defaults democd netbsd xmdefaults
+ETC = xmdefaults
ETCDIR = /etc/xen
-INITD = init.d/xendomains init.d/xend
+INITD = init.d/xend
XEND = vifctl
XEND_DIR = $(ETCDIR)/xend
all:
-install: all install-bin install-initd install-etc install-xend
-
-install-bin:
- mkdir -p $(prefix)/usr/bin
- install -m0755 $(INSTALL) $(prefix)/usr/bin
+install: all install-initd install-etc install-xend
install-initd:
mkdir -p $(prefix)/etc/init.d
@@ -36,5 +32,4 @@ install-xend:
install -m0755 $$i $(prefix)$(XEND_DIR); \
done
-
clean: