diff options
Diffstat (limited to 'emulators/ROMBuild/Makefile')
-rw-r--r-- | emulators/ROMBuild/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile index ef9e3ebffea..c02722037df 100644 --- a/emulators/ROMBuild/Makefile +++ b/emulators/ROMBuild/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/11/17 18:38:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/20 23:41:29 jlam Exp $ # DISTNAME= rbuild27 @@ -15,7 +15,7 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= rombuild -EXTRACT_CMD_OPTS.zip= -Laaqo +EXTRACT_OPTS_ZIP= -Laaqo INSTALLATION_DIRS= bin post-extract: |