diff options
Diffstat (limited to 'emulators/ROMInfo/Makefile')
-rw-r--r-- | emulators/ROMInfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile index e033139d139..4ea2dda79a1 100644 --- a/emulators/ROMInfo/Makefile +++ b/emulators/ROMInfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/03/04 12:05:13 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/03/14 16:20:58 wiz Exp $ # DISTNAME= rinfo23 @@ -16,6 +16,7 @@ USE_GNU_TOOLS+= make WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= rominfo +EXTRACT_CMD_OPTS.zip= -Laaqo post-extract: ${MKDIR} ${WRKSRC}/obj |