diff options
author | agc <agc@pkgsrc.org> | 2001-04-27 14:57:25 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-04-27 14:57:25 +0000 |
commit | 4ff99aad0bfa64b36b7e4aad8ac3c48f48ebe3dd (patch) | |
tree | ba9da9a10e057267d043429a61afbac99099ef8f /emulators/Makefile | |
parent | aac9d2d5b623dd3bdef5b0cc39d141d11e2fd303 (diff) | |
download | pkgsrc-4ff99aad0bfa64b36b7e4aad8ac3c48f48ebe3dd.tar.gz |
Add and enable x48
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 7d35719787c..8af1494c115 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2001/04/27 14:44:50 agc Exp $ +# $NetBSD: Makefile,v 1.56 2001/04/27 14:57:25 agc Exp $ # COMMENT= Emulators for other operating systems @@ -46,6 +46,7 @@ SUBDIR+= uae SUBDIR+= vice SUBDIR+= wine SUBDIR+= wine-current +SUBDIR+= x48 SUBDIR+= xbeeb SUBDIR+= xcopilot SUBDIR+= xm7 |