diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 (patch) | |
tree | 7936caa341865bdd86dc776b23c0391475d35f91 /emulators/vmware3 | |
parent | Ugrade to 1.3.5. (diff) |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 0eaaf349d495..69679054dba4 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -35,7 +35,6 @@ FREEBSD_MODULE_SITES= \ http://www.break.net/orlando/vmware3/:patch \ USE_SUBMAKE= yes -USE_LINUX= yes VMDIR= ${PREFIX}/lib/vmware SRC_BASE?= /usr/src |