diff options
author | agc <agc> | 2001-04-27 14:57:25 +0000 |
---|---|---|
committer | agc <agc> | 2001-04-27 14:57:25 +0000 |
commit | 3531c325bcdd71199a4958076ae14fe03888b339 (patch) | |
tree | ba9da9a10e057267d043429a61afbac99099ef8f /emulators | |
parent | 1a9f05fdfc7c716e406736ebb91eb1d9c4bdb8a3 (diff) | |
download | pkgsrc-3531c325bcdd71199a4958076ae14fe03888b339.tar.gz |
Add and enable x48
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 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 |