minix3/drivers/vmm_guest/Makefile

8 lines
128 B
Makefile

.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= vbox
.endif # ${MACHINE_ARCH} == "i386"
.include <bsd.subdir.mk>