diff options
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 95d1dcb4600..7f3c00e5d22 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.204 2013/10/17 15:42:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.205 2013/11/13 10:41:25 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -108,6 +108,7 @@ SUBDIR+= pearpc SUBDIR+= qemu SUBDIR+= qemu0 SUBDIR+= raine +SUBDIR+= realboy SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski |