mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
43878b4a17
- 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!
10 lines
200 B
Makefile
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
|