describe the process of installing FreeBSD as a guest OS on Parllels with Intel based Macs, and installing FreeBSD domU on a Slackware Linux dom0 with Xen 3.0. Xen section contributed by: Fukang CHEN <loader@freebsdmall.com>
15 lines
244 B
Makefile
15 lines
244 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= virtualization/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|