diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-08 07:47:09 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-08 07:47:09 +0000 |
commit | 6800bab24984e78fb312386b17b80c9b000d2adc (patch) | |
tree | d24268401f4fa7ac883c9e1d5d5aaabff7cd4eca /sysutils | |
parent | 0c95c6e366381b0c383087f93f3eaf02fb835881 (diff) | |
download | pkgsrc-6800bab24984e78fb312386b17b80c9b000d2adc.tar.gz |
This package is i386 only, so mark it as such.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtest86/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index 35999b9a284..bdecfc68d53 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/04/30 16:13:33 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/06/08 07:47:09 cjep Exp $ # DISTNAME= memtest86-2.9 @@ -9,6 +9,8 @@ MAINTAINER= collver@linuxfreemail.com HOMEPAGE= http://www.memtest86.com/ COMMENT= thorough, stand alone memory test for x86 arch +ONLY_FOR_PLATFORM= NetBSD-*-i386 + USE_GMAKE= yes post-patch: |