From 5a8e66c9e1811908c6634e3b6a1e9b6de721bdb8 Mon Sep 17 00:00:00 2001 From: ghen Date: Wed, 9 May 2007 11:57:27 +0000 Subject: ONLY_FOR_PLATFORM+=*-*-x86_64, this builds and runs just fine on my Opteron. --- sysutils/cpuid/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile index f8d3f5a2635..9e588b55a2e 100644 --- a/sysutils/cpuid/Makefile +++ b/sysutils/cpuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/10/04 21:59:34 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/05/09 11:57:27 ghen Exp $ DISTNAME= cpuid-3.3 CATEGORIES= sysutils @@ -9,6 +9,7 @@ HOMEPAGE= http://directory.fsf.org/System_administration/Configuration/cpuid.htm COMMENT= CPU identification feature ONLY_FOR_PLATFORM= *-*-i386 +ONLY_FOR_PLATFORM+= *-*-x86_64 INSTALLATION_DIRS= bin -- cgit v1.2.3