diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-24 15:50:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-24 15:50:45 +0000 |
commit | 58cda4e5f8e80f6f5941dc2290d8b63020c67b4c (patch) | |
tree | ca058b381e101c8c2d6a6026ea9bde9304b132bd /sysutils | |
parent | 5614498ac05f992a38d023bbb8502e161b1596c4 (diff) | |
download | pkgsrc-58cda4e5f8e80f6f5941dc2290d8b63020c67b4c.tar.gz |
Restrict to new-toolchain systems because of assembler problems.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/memtest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/memtest/Makefile b/sysutils/memtest/Makefile index 3fb2311f6c0..f9c9dc94b60 100644 --- a/sysutils/memtest/Makefile +++ b/sysutils/memtest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/12/25 22:08:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/24 15:50:45 wiz Exp $ # DISTNAME= memtest86-2.8a @@ -11,7 +11,7 @@ HOMEPAGE= http://www.memtest86.com/ COMMENT= thorough, stand alone memory test for x86 arch USE_GMAKE= yes -ONLY_FOR_PLATFORM= NetBSD-*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386 WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} post-patch: |