diff options
Diffstat (limited to 'emulators/Cygne-SDL')
-rw-r--r-- | emulators/Cygne-SDL/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index 1d0ce9faa1b..04dc3a5126e 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:42 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -22,6 +22,8 @@ USE_LANGUAGES= c c++ # Uses i386 assembly code ONLY_FOR_PLATFORM= *-*-i386 +INSTALLATION_DIRS= bin + post-build: cd ${WRKSRC}/../WonderSnake && \ ${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc |