diff options
author | dillo <dillo@pkgsrc.org> | 2005-06-24 08:25:04 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-06-24 08:25:04 +0000 |
commit | 705c90fb2a71e5ac86b700104a1dc1a9a3281baf (patch) | |
tree | 2c11cb3cacd24a78fe79b99a69618f73c2285728 /emulators | |
parent | 1c93d6728ce41683d8129a09c091be4b47f421a2 (diff) | |
download | pkgsrc-705c90fb2a71e5ac86b700104a1dc1a9a3281baf.tar.gz |
add and enable ckmame
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 8cc3dfdf382..e89e8799bef 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2005/05/18 22:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.131 2005/06/24 08:25:04 dillo Exp $ # COMMENT= Emulators for other operating systems @@ -19,6 +19,7 @@ SUBDIR+= arnold SUBDIR+= atari800 SUBDIR+= blinkensim SUBDIR+= bochs +SUBDIR+= ckmame SUBDIR+= compat12 SUBDIR+= compat13 SUBDIR+= compat14 |