diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Cygne-SDL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |