diff options
author | hauke <hauke> | 2016-03-23 14:21:03 +0000 |
---|---|---|
committer | hauke <hauke> | 2016-03-23 14:21:03 +0000 |
commit | 457c760d0578688b4cdf033b0de9df5f1e2b88ce (patch) | |
tree | 33a82d3f58e555265e73af62379347bedce9d960 /emulators/Makefile | |
parent | 8eb619f3baa3a3f2428b1fa4c5793d9d363b5a5f (diff) | |
download | pkgsrc-457c760d0578688b4cdf033b0de9df5f1e2b88ce.tar.gz |
Shoebill is an all-new, BSD-licensed Macintosh II emulator designed
from the ground up with the singular goal of running A/UX.
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 73340abbfc9..8e41656e610 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.242 2016/01/17 20:47:34 wiz Exp $ +# $NetBSD: Makefile,v 1.243 2016/03/23 14:22:14 hauke Exp $ # COMMENT= Emulators for other operating systems @@ -128,6 +128,7 @@ SUBDIR+= qemu0 SUBDIR+= raine SUBDIR+= realboy SUBDIR+= retroarch +SUBDIR+= shoestring SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski |