From 7dd3b09eec7d4deaea249f0b1468a6e56faa9b27 Mon Sep 17 00:00:00 2001 From: cegger Date: Wed, 3 Sep 2008 09:36:16 +0000 Subject: fix installation on i386, where MACHINE_ARCH expands to i386. Reported by Marcin M. Jessa via private mail. --- sysutils/xentools33/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils') diff --git a/sysutils/xentools33/PLIST b/sysutils/xentools33/PLIST index 220eb75d636..64dc78fbf4e 100644 --- a/sysutils/xentools33/PLIST +++ b/sysutils/xentools33/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2008/08/19 17:38:09 cegger Exp $ +@comment $NetBSD: PLIST,v 1.5 2008/09/03 09:36:16 cegger Exp $ bin/lsevtchn bin/pygrub bin/readnotes @@ -37,10 +37,10 @@ include/xen/arch-x86/cpuid.h include/xen/arch-x86/hvm/save.h include/xen/arch-x86/xen-mca.h include/xen/arch-x86/xen-x86_32.h -include/xen/arch-x86/xen-${MACHINE_ARCH}.h +include/xen/arch-x86/xen-x86_64.h include/xen/arch-x86/xen.h include/xen/arch-x86_32.h -include/xen/arch-${MACHINE_ARCH}.h +include/xen/arch-x86_64.h include/xen/callback.h include/xen/dom0_ops.h include/xen/domctl.h @@ -50,7 +50,7 @@ include/xen/event_channel.h include/xen/features.h include/xen/foreign/ia64.h include/xen/foreign/x86_32.h -include/xen/foreign/${MACHINE_ARCH}.h +include/xen/foreign/x86_64.h include/xen/grant_table.h include/xen/hvm/e820.h include/xen/hvm/hvm_info_table.h -- cgit v1.2.3