diff options
author | dillo <dillo> | 2005-06-24 08:25:04 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-06-24 08:25:04 +0000 |
commit | 1ad6cdfabc5e316f3ad957a55ca7b9eb4dfc9ccc (patch) | |
tree | 2c11cb3cacd24a78fe79b99a69618f73c2285728 /emulators/Makefile | |
parent | a0028fa6de0c36a9164959f481f215241361834e (diff) | |
download | pkgsrc-1ad6cdfabc5e316f3ad957a55ca7b9eb4dfc9ccc.tar.gz |
add and enable ckmame
Diffstat (limited to 'emulators/Makefile')
-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 |