diff options
author | mycroft <mycroft> | 1998-09-07 22:58:24 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-09-07 22:58:24 +0000 |
commit | fb452f1588ff878a43024db16a3b18fbfe8f2d1f (patch) | |
tree | 77c1ee1cb3beefe0edd122e07fc84b0e854b1ddd /emulators | |
parent | ff1e3b321da0a52065de32dd655e4c251b199ac3 (diff) | |
download | pkgsrc-fb452f1588ff878a43024db16a3b18fbfe8f2d1f.tar.gz |
Catch up with a Makefile change.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c5b66be5055..71f7e5d03e0 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1998/09/07 22:54:50 mycroft Exp $ +# $NetBSD: Makefile,v 1.19 1998/09/07 22:58:24 mycroft Exp $ # DISTNAME= xmame-0.34b2.2 @@ -23,7 +23,6 @@ MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \ DISPLAY_METHOD="${DISPLAY_METHOD}" MAKEFILE= makefile.unix DISPLAY_METHOD= x11 -ALL_TARGET= xmame.${DISPLAY_METHOD} ROMPATH= ${PREFIX}/share/xmame SPOOLDIR= /var/games/xmame |