diff options
author | abs <abs@pkgsrc.org> | 2002-10-08 11:48:11 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-10-08 11:48:11 +0000 |
commit | 968e0917275f3582588028efe2c67147cb69df13 (patch) | |
tree | 9a59a8933538dc7aa8b39c447ef4b47e83cdaa8b /sysutils/cpuburn/Makefile | |
parent | a48e9c5d823cc5c0bba7610c16c2077b776976e9 (diff) | |
download | pkgsrc-968e0917275f3582588028efe2c67147cb69df13.tar.gz |
Enable on *-*-i[3456]86, so we can install on Linux
Diffstat (limited to 'sysutils/cpuburn/Makefile')
-rw-r--r-- | sysutils/cpuburn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index ba3527b55fa..8e585237199 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/17 17:02:30 abs Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/08 11:48:11 abs Exp $ # DISTNAME= cpuburn_1_4 @@ -12,7 +12,7 @@ MAINTAINER= abs@netbsd.org HOMEPAGE= http://users.ev1.net/~redelm/ COMMENT= CPU load testing utilities for Pentium pro and later -ONLY_FOR_PLATFORM= *-*-i386 +ONLY_FOR_PLATFORM= *-*-i[3456]86 EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${GTAR} -xf - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |