From 41e80b4122fed866f18a166da26fc80d99a4e18c Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Oct 2004 22:03:55 +0000 Subject: Mark as i386 only (uses i386 assembler). Noted by snj. --- emulators/Cygne-SDL/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emulators/Cygne-SDL') diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index d637618c713..55a72efefbd 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:40 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/15 22:03:55 wiz Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -19,6 +19,9 @@ USE_BUILDLINK3= yes MAKEFILE= Makefiles/Makefile.unix NO_CONFIGURE= yes +# Uses i386 assembly code +ONLY_FOR_PLATFORM= *-*-i386 + post-build: cd ${WRKSRC}/../WonderSnake && \ ${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc -- cgit v1.2.3