diff options
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: |