09edac3ab5
The Xen virtual machine monitor allows running several virtual machines on a single physical machine. The xentools33 package contains the tools to create, destroy and control the virtual machines. The xentools33 package contains the tools for Xen 3.3.x
22 lines
605 B
Text
22 lines
605 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
|
|
|
|
--- Makefile.orig 2008-08-01 16:38:07.000000000 +0200
|
|
+++ Makefile
|
|
@@ -8,7 +8,6 @@ SUBDIRS-y += libxc
|
|
SUBDIRS-y += flask
|
|
SUBDIRS-y += xenstore
|
|
SUBDIRS-y += misc
|
|
-SUBDIRS-y += examples
|
|
SUBDIRS-y += xentrace
|
|
SUBDIRS-$(CONFIG_XCUTILS) += xcutils
|
|
SUBDIRS-$(CONFIG_X86) += firmware
|
|
@@ -47,9 +46,6 @@ all: subdirs-all
|
|
|
|
.PHONY: install
|
|
install: subdirs-install
|
|
- $(INSTALL_DIR) $(DESTDIR)/var/xen/dump
|
|
- $(INSTALL_DIR) $(DESTDIR)/var/log/xen
|
|
- $(INSTALL_DIR) $(DESTDIR)/var/lib/xen
|
|
|
|
.PHONY: clean distclean
|
|
clean distclean: subdirs-clean
|