diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-05 01:15:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-05 01:15:58 +0000 |
commit | fb67f184f83ef1ad5e3efddd65fb9f2e22fe6b4f (patch) | |
tree | a219b1eb1d567e8a66a34b98bebd5bc1df9e024f | |
parent | e01cf38148ed20838449631cb52d15957ab649c7 (diff) | |
download | pkgsrc-fb67f184f83ef1ad5e3efddd65fb9f2e22fe6b4f.tar.gz |
+cmdpack.
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index b713b155306..2e859b81237 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.191 2011/10/02 14:11:51 wiz Exp $ +# $NetBSD: Makefile,v 1.192 2011/12/05 01:15:58 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -21,6 +21,7 @@ SUBDIR+= atari800 SUBDIR+= blinkensim SUBDIR+= bochs SUBDIR+= ckmame +SUBDIR+= cmdpack SUBDIR+= compat12 SUBDIR+= compat13 SUBDIR+= compat14 |