diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-24 14:06:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-24 14:06:47 +0000 |
commit | 75c5fdb53efda14c30580f5591c4e1297c6fe313 (patch) | |
tree | 8e1fc30ec32b177ff61c67a76d58cb920f02d6cb /emulators | |
parent | 459d39caf3d8ed74a9d2747a2323cf7a5d246c1a (diff) | |
download | pkgsrc-75c5fdb53efda14c30580f5591c4e1297c6fe313.tar.gz |
Add and enable sms_sdl.
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 e89e8799bef..59c3c85cb31 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.131 2005/06/24 08:25:04 dillo Exp $ +# $NetBSD: Makefile,v 1.132 2005/07/24 14:06:47 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -72,6 +72,7 @@ SUBDIR+= qemu SUBDIR+= raine SUBDIR+= simh SUBDIR+= simulavr +SUBDIR+= sms_sdl SUBDIR+= snes9x SUBDIR+= spim SUBDIR+= stella |