diff options
author | skrll <skrll@pkgsrc.org> | 2005-10-05 12:00:09 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2005-10-05 12:00:09 +0000 |
commit | 4a56e461fda7c44e1c7b35a2aba3444feee61050 (patch) | |
tree | fc63ab21389782fa6e4a279c703186200486fb9b /emulators | |
parent | a1dbe9a0f7157c980098e3840f7ff0b80f50c96a (diff) | |
download | pkgsrc-4a56e461fda7c44e1c7b35a2aba3444feee61050.tar.gz |
Add and enable ski.
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 d2b48644bf6..9f24bc61e73 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2005/09/22 15:02:56 wiz Exp $ +# $NetBSD: Makefile,v 1.138 2005/10/05 12:00:09 skrll Exp $ # COMMENT= Emulators for other operating systems @@ -73,6 +73,7 @@ SUBDIR+= qemu SUBDIR+= raine SUBDIR+= simh SUBDIR+= simulavr +SUBDIR+= ski SUBDIR+= sms_sdl SUBDIR+= snes9x SUBDIR+= spim |