1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/emulators/vmware2/files/Makefile.vmmon
Akinori MUSHA 43878b4a17 Here comes the VMware 2.0 port, finally.
- Correspond to VMware 2.0 Build 476 release (not beta)
- Support SMP kernel
- Install VMware tools floppies (for Windows and Linux)
- Add Hints.FreeBSD
- Mention my unofficial `rtc' port on post-install
- Raw disk may not work for the present
- etc.

Enjoy it!
2000-03-29 21:23:07 +00:00

10 lines
200 B
Makefile

# $FreeBSD$
all:
make -f Makefile.FreeBSD SMP=YES clean all
make -f Makefile.FreeBSD SMP=NO clean all
install:
make -f Makefile.FreeBSD SMP=YES install
make -f Makefile.FreeBSD SMP=NO install