diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-16 01:02:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-16 01:02:09 +0000 |
commit | b4e2d7e538311faa7e07cea9995b58d579a57700 (patch) | |
tree | d084a5f5c9956293c1ffa7b0d58974427b158dfb /emulators | |
parent | 0421dc6055f777a99618fa6d1508f81b0508e12f (diff) | |
download | pkgsrc-b4e2d7e538311faa7e07cea9995b58d579a57700.tar.gz |
Add and enable xyame.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 0d5ac76c4ae..7c2f8812db8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2004/07/13 10:35:35 tron Exp $ +# $NetBSD: Makefile,v 1.105 2004/07/16 01:02:09 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -111,6 +111,7 @@ SUBDIR+= xcopilot SUBDIR+= xm7 SUBDIR+= xmame SUBDIR+= xmess +SUBDIR+= xyame SUBDIR+= zsnes .include "../mk/bsd.pkg.subdir.mk" |