diff options
author | wiz <wiz> | 2005-07-24 14:06:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-24 14:06:47 +0000 |
commit | c3605ad8fc747bb479013e6b7523b3279836b56b (patch) | |
tree | 8e1fc30ec32b177ff61c67a76d58cb920f02d6cb /emulators/Makefile | |
parent | 577a24b43f53a78925b9373f7149e10d5beacb83 (diff) | |
download | pkgsrc-c3605ad8fc747bb479013e6b7523b3279836b56b.tar.gz |
Add and enable sms_sdl.
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 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 |