Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/packages/bhyve/Makefile
288953 views
WORLDPACKAGE=	bhyve

# bhyve needs iasl(8) on amd64
.if ${MACHINE_ARCH} == "amd64"
PKG_DEPS.bhyve+=	acpi
.endif

.include <bsd.pkg.mk>