diff options
author | fox <fox@pkgsrc.org> | 2019-10-23 00:22:11 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2019-10-23 00:22:11 +0000 |
commit | a4ac66d5f09602b534c241c52bc76e47cebb3a20 (patch) | |
tree | 87375f0b081c87a50b43e5515411eb5dd0b3a29c /emulators | |
parent | 3a9c6ec384fb4c0e870170fcfe6657d91d0cacda (diff) | |
download | pkgsrc-a4ac66d5f09602b534c241c52bc76e47cebb3a20.tar.gz |
Added cannonball to Makefile SUBDIRs.
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 a200851f982..9d66e5a1b1d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.305 2019/10/15 12:03:11 he Exp $ +# $NetBSD: Makefile,v 1.306 2019/10/23 00:22:11 fox Exp $ # COMMENT= Emulators for other operating systems @@ -23,6 +23,7 @@ SUBDIR+= b-em SUBDIR+= blastem SUBDIR+= blinkensim SUBDIR+= bochs +SUBDIR+= cannonball SUBDIR+= ckmame SUBDIR+= cmdpack SUBDIR+= compat12 |