summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/memtest86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile
index 8c948a14d99..35999b9a284 100644
--- a/sysutils/memtest86/Makefile
+++ b/sysutils/memtest86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/03/07 15:05:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/04/30 16:13:33 wiz Exp $
#
DISTNAME= memtest86-2.9
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.memtest86.com/
COMMENT= thorough, stand alone memory test for x86 arch
USE_GMAKE= yes
-ONLY_FOR_PLATFORM= NetBSD-1.5[Y-Z]*-i386 NetBSD-1.[6-9]*-i386
post-patch:
${CP} ${FILESDIR}/linkage.h ${WRKSRC}
@@ -21,4 +20,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/memtest
${CP} ${WRKSRC}/README ${PREFIX}/share/doc/memtest
+.include "../../devel/binutils/buildlink.mk"
.include "../../mk/bsd.pkg.mk"