diff options
author | wiz <wiz> | 2011-12-05 01:15:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-12-05 01:15:58 +0000 |
commit | 49eef60784671ddfcf5361e7d93a9f9f9397ef43 (patch) | |
tree | a219b1eb1d567e8a66a34b98bebd5bc1df9e024f /emulators | |
parent | 8dc171529898c1e215309ec113d065efcada62df (diff) | |
download | pkgsrc-49eef60784671ddfcf5361e7d93a9f9f9397ef43.tar.gz |
+cmdpack.
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 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 |