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
15 lines
462 B
Text
15 lines
462 B
Text
$NetBSD: patch-bg,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
|
|
|
|
--- xcutils/Makefile.orig 2008-08-01 16:38:07.000000000 +0200
|
|
+++ xcutils/Makefile
|
|
@@ -33,8 +33,8 @@ $(PROGRAMS): %: %.o
|
|
|
|
.PHONY: install
|
|
install: build
|
|
- $(INSTALL_DIR) $(DESTDIR)$(PRIVATE_BINDIR)
|
|
- $(INSTALL_PROG) $(PROGRAMS) $(DESTDIR)$(PRIVATE_BINDIR)
|
|
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(PRIVATE_BINDIR)
|
|
+ $(BSD_INSTALL_PROGRAM) $(PROGRAMS) $(DESTDIR)$(PRIVATE_BINDIR)
|
|
|
|
|
|
.PHONY: clean
|