diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 05:17:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 05:17:58 +0000 |
commit | 13fea383e32206cfdd63d1ae25d6a2ddf1b614d2 (patch) | |
tree | a240ef0293a1bdc8cae850a32c03d0b6386940fa /emulators/Makefile | |
parent | 8fe0f51e6cc69420c3ed8649d35573b6e4278498 (diff) | |
download | pkgsrc-13fea383e32206cfdd63d1ae25d6a2ddf1b614d2.tar.gz |
Add and enable atari800.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 21 |
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" |