diff options
author | hauke <hauke@pkgsrc.org> | 2016-03-23 14:23:18 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2016-03-23 14:23:18 +0000 |
commit | e59332095f9d0ca7f91ad0e83e50822b83cdfdf4 (patch) | |
tree | e2a62df9b7da92f52e2652cba3c10e7860b620f8 /emulators | |
parent | aacdfc479c2937f288f9bd2894637920bc45cf09 (diff) | |
download | pkgsrc-e59332095f9d0ca7f91ad0e83e50822b83cdfdf4.tar.gz |
Correct a brain-o
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 8e41656e610..89be0b305b8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2016/03/23 14:22:14 hauke Exp $ +# $NetBSD: Makefile,v 1.244 2016/03/23 14:23:18 hauke Exp $ # COMMENT= Emulators for other operating systems @@ -128,7 +128,7 @@ SUBDIR+= qemu0 SUBDIR+= raine SUBDIR+= realboy SUBDIR+= retroarch -SUBDIR+= shoestring +SUBDIR+= shoebill SUBDIR+= simh SUBDIR+= simulavr SUBDIR+= ski |