diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-03 22:24:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-03 22:24:45 +0000 |
commit | 207006e474306a07027f3638101613b08ee6cbf8 (patch) | |
tree | 36f8984fcb703e3cd4bc8ee1cd4f7694c29fe97a /emulators/Makefile | |
parent | 3c9a64fdc3d38fc2e72a786961f81d853cd4ec53 (diff) | |
download | pkgsrc-207006e474306a07027f3638101613b08ee6cbf8.tar.gz |
Remove sdlmame and sdlmess, replaced by mame and mess, respectively.
Add mame+mess to category Makefile.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 977c9ddf78f..d0aba0f56af 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.184 2010/09/24 01:31:59 chs Exp $ +# $NetBSD: Makefile,v 1.185 2011/02/03 22:24:45 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -76,7 +76,9 @@ SUBDIR+= linuxppc_lib SUBDIR+= lrmi SUBDIR+= m1 SUBDIR+= makeppf +SUBDIR+= mame SUBDIR+= mednafen +SUBDIR+= mess SUBDIR+= minivmac SUBDIR+= mmix SUBDIR+= nestopia @@ -100,8 +102,6 @@ SUBDIR+= pearpc SUBDIR+= qemu SUBDIR+= raine #SUBDIR+= sap # only contains a Makefile.common -SUBDIR+= sdlmame -SUBDIR+= sdlmess SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski |