diff options
author | tron <tron> | 2001-04-25 21:23:10 +0000 |
---|---|---|
committer | tron <tron> | 2001-04-25 21:23:10 +0000 |
commit | 6ff76d4f5df588a397824513a5b9ff99fa45b22a (patch) | |
tree | 8187d8cb798483ef446f3db363daa67789d52932 /emulators | |
parent | 5d75a4c68b22037f64f2bf57729fb309f6e49f7b (diff) | |
download | pkgsrc-6ff76d4f5df588a397824513a5b9ff99fa45b22a.tar.gz |
Add and enable "suse_vmware" package.
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 bf209b10dc2..4a556b8f443 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2001/04/12 21:54:43 jtb Exp $ +# $NetBSD: Makefile,v 1.54 2001/04/25 21:23:10 tron Exp $ # COMMENT= Emulators for other operating systems @@ -37,6 +37,7 @@ SUBDIR+= suse_libc5 SUBDIR+= suse_libjpeg SUBDIR+= suse_libpng SUBDIR+= suse_linux +SUBDIR+= suse_vmware SUBDIR+= suse_x11 SUBDIR+= suse_xforms SUBDIR+= swarm |