diff options
author | kei <kei@pkgsrc.org> | 2000-12-13 17:13:53 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2000-12-13 17:13:53 +0000 |
commit | c68aba7ec5240f3884c6487fe9e8efa72e6ce418 (patch) | |
tree | dc3c693895c6cd5f5f557246fe88e20e8dcc86da /emulators/Makefile | |
parent | 9d51806bb754cc1438fcd6cfcfd48e95af5afd56 (diff) | |
download | pkgsrc-c68aba7ec5240f3884c6487fe9e8efa72e6ce418.tar.gz |
Add and enable "xm7" package.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 2788adae25a..4d1824b9e96 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/12/12 01:30:47 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2000/12/13 17:13:53 kei Exp $ # SUBDIR += atari800 @@ -34,6 +34,7 @@ SUBDIR += wine-current SUBDIR += xbeeb SUBDIR += xcopilot + SUBDIR += xm7 SUBDIR += xmame .include "../mk/bsd.pkg.subdir.mk" |