diff options
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/files/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware3/files/README.FreeBSD | 1 | ||||
-rw-r--r-- | emulators/vmware3/files/df | 3 | ||||
-rw-r--r-- | emulators/vmware3/files/vmware.sh | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/vmware3/files/Makefile b/emulators/vmware3/files/Makefile index 24156b4..32991c3 100644 --- a/emulators/vmware3/files/Makefile +++ b/emulators/vmware3/files/Makefile @@ -1,3 +1,5 @@ +# $FreeBSD$ + SUBDIR= vmmon-only vmnet-only/freebsd .include <bsd.subdir.mk> diff --git a/emulators/vmware3/files/README.FreeBSD b/emulators/vmware3/files/README.FreeBSD index cccfca7..08ccb34 100644 --- a/emulators/vmware3/files/README.FreeBSD +++ b/emulators/vmware3/files/README.FreeBSD @@ -1,5 +1,6 @@ VMware 1.1 for Linux on FreeBSD. $Date: 1999/12/17 00:36:01 $ +$FreeBSD$ Introduction. diff --git a/emulators/vmware3/files/df b/emulators/vmware3/files/df index a0911b3..b9db053 100644 --- a/emulators/vmware3/files/df +++ b/emulators/vmware3/files/df @@ -2,6 +2,9 @@ # Hacky emulation of GNU df. # Intented to use with vmware wizard. # Depend from the _absence_ linux version perl in the dir /compat/linux/usr/bin/ +# +# $FreeBSD$ +# @NARGV=('-n'); $type=0; foreach (@ARGV) { diff --git a/emulators/vmware3/files/vmware.sh b/emulators/vmware3/files/vmware.sh index e9173c8..6b426b6 100644 --- a/emulators/vmware3/files/vmware.sh +++ b/emulators/vmware3/files/vmware.sh @@ -2,6 +2,8 @@ # # Start or stop vmware # +# $FreeBSD$ +# vmware_dir=@@PREFIX@@/lib/vmware networking=@@NETWORKING@@ |