diff options
author | xtraeme <xtraeme> | 2003-12-03 23:35:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-03 23:35:23 +0000 |
commit | fb7a66af96590a1f5d76efda42e85fc2e62dd8a2 (patch) | |
tree | 91507753df2fcddb3d3a6e6b7f9f98180a38c9dd /emulators | |
parent | f79cca4f452178bca952169111dd1b44f1b2fd36 (diff) | |
download | pkgsrc-fb7a66af96590a1f5d76efda42e85fc2e62dd8a2.tar.gz |
Add and enable vba.
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 0d22b7445e3..fea0e6a27eb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2003/09/28 23:35:28 manu Exp $ +# $NetBSD: Makefile,v 1.89 2003/12/03 23:35:23 xtraeme Exp $ # COMMENT= Emulators for other operating systems @@ -82,6 +82,7 @@ SUBDIR+= suse_xforms SUBDIR+= swarm SUBDIR+= twin SUBDIR+= uae +SUBDIR+= vba SUBDIR+= vice SUBDIR+= vmware SUBDIR+= vmware-module |