summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortv <tv>1999-05-23 05:17:58 +0000
committertv <tv>1999-05-23 05:17:58 +0000
commit99e6a5487f9e919ab50299dbfdd16ad9055ab9d4 (patch)
treea240ef0293a1bdc8cae850a32c03d0b6386940fa /emulators
parent65167e7520c6058cb57b389c38c9de5a4a4c6f89 (diff)
downloadpkgsrc-99e6a5487f9e919ab50299dbfdd16ad9055ab9d4.tar.gz
Add and enable atari800.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 70f3fe246ed..ffcfa9039c9 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -1,23 +1,24 @@
-# $NetBSD: Makefile,v 1.25 1999/05/21 00:58:02 tron Exp $
+# $NetBSD: Makefile,v 1.26 1999/05/23 05:17:58 tv Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp
#
# SUBDIR += aftp
- SUBDIR += bochs
+ SUBDIR += atari800
+ SUBDIR += bochs
# SUBDIR += bsvc
- SUBDIR += compat12
- SUBDIR += compat13
+ SUBDIR += compat12
+ SUBDIR += compat13
# SUBDIR += cpmemu
# SUBDIR += cpmtools
- SUBDIR += doscmd
+ SUBDIR += doscmd
# SUBDIR += fmsx
# SUBDIR += hfs
# SUBDIR += ines
- SUBDIR += linux_lib
+ SUBDIR += linux_lib
# SUBDIR += macutils
# SUBDIR += mastergear
# SUBDIR += mtools
- SUBDIR += pcemu
+ SUBDIR += pcemu
# SUBDIR += prodosemu
# SUBDIR += sim6811
SUBDIR += simh
@@ -36,9 +37,9 @@
SUBDIR += wine
SUBDIR += wine-current
# SUBDIR += x48
- SUBDIR += xcopilot
+ SUBDIR += xcopilot
# SUBDIR += xgs
- SUBDIR += xmame
- SUBDIR += xmess
+ SUBDIR += xmame
+ SUBDIR += xmess
.include "../mk/bsd.pkg.subdir.mk"