diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-02-28 10:10:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-02-28 10:10:45 +0000 |
commit | aa6e92b9957054c6fd7d3a3b61ec7e74f98772af (patch) | |
tree | ed47bb4eb4b4ea207564f23a4344699ca902659d /emulators | |
parent | 5cefbf7eb66052b56e6a11cc77a77c83eb36d3a7 (diff) | |
download | pkgsrc-aa6e92b9957054c6fd7d3a3b61ec7e74f98772af.tar.gz |
emulators: Add forgotten py-unicorn.
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 7b847716493..26bcf497698 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.251 2018/02/08 20:58:50 adam Exp $ +# $NetBSD: Makefile,v 1.252 2018/02/28 10:10:45 jperkin Exp $ # COMMENT= Emulators for other operating systems @@ -126,6 +126,7 @@ SUBDIR+= palmosemulator SUBDIR+= pcemu SUBDIR+= pearpc SUBDIR+= py-keystone +SUBDIR+= py-unicorn SUBDIR+= qemu SUBDIR+= raine SUBDIR+= realboy |