Add CVS tags to the files that could tolerate them.
This commit is contained in:
parent
a04f0baefd
commit
c237e54a44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25152
12 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= vmmon-only vmnet-only/freebsd
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
VMware 1.1 for Linux on FreeBSD.
|
||||
$Date: 1999/12/17 00:36:01 $
|
||||
$FreeBSD$
|
||||
|
||||
Introduction.
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# Start or stop vmware
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
vmware_dir=@@PREFIX@@/lib/vmware
|
||||
networking=@@NETWORKING@@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= vmmon-only vmnet-only/freebsd
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
VMware 1.1 for Linux on FreeBSD.
|
||||
$Date: 1999/12/17 00:36:01 $
|
||||
$FreeBSD$
|
||||
|
||||
Introduction.
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# Start or stop vmware
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
vmware_dir=@@PREFIX@@/lib/vmware
|
||||
networking=@@NETWORKING@@
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= vmmon-only vmnet-only/freebsd
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
VMware 1.1 for Linux on FreeBSD.
|
||||
$Date: 1999/12/17 00:36:01 $
|
||||
$FreeBSD$
|
||||
|
||||
Introduction.
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
#
|
||||
# Start or stop vmware
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
vmware_dir=@@PREFIX@@/lib/vmware
|
||||
networking=@@NETWORKING@@
|
||||
|
|
Loading…
Reference in a new issue