# V autoboot buildfile

install:
#ifdef X
	netinstall -p -x "boot*" /usr/sun/xVboot/autoboot
#else X
	netinstall -p "boot*" /usr/sun/Vboot/autoboot
#endif X

build:
	buildmake.sh

xbuild:
	buildmake.sh -DX=1
