diff options
author | wiz <wiz@pkgsrc.org> | 2020-11-05 09:23:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-11-05 09:23:44 +0000 |
commit | f587dc66c29fe0689f6edb71a908d298840424cb (patch) | |
tree | d2415006363247627fe95e187a69c4c1b124383d /emulators/Makefile | |
parent | 718c3227b65c3aa3a2ea5bd63db2970f5b79c81a (diff) | |
download | pkgsrc-f587dc66c29fe0689f6edb71a908d298840424cb.tar.gz |
emulators/Makefile: + rpcemu.
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 72fc17cb2fc..ce26370fc41 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.335 2020/10/08 10:42:48 nia Exp $ +# $NetBSD: Makefile,v 1.336 2020/11/05 09:23:44 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -172,6 +172,7 @@ SUBDIR+= qemu SUBDIR+= raine SUBDIR+= realboy SUBDIR+= retroarch +SUBDIR+= rpcemu SUBDIR+= sameboy SUBDIR+= shoebill SUBDIR+= simh |