Enable on <1.5Y by using the binutils package where necessary.

This commit is contained in:
wiz 2002-04-30 16:13:33 +00:00
parent 528dcfe8a3
commit 3719e2a960

View file

@ -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"