Makefile.aarch64 108 B

12345678
  1. .if ${MK_ACPI} != "no"
  2. SUBDIR+= acpi
  3. .endif
  4. .if ${MK_BHYVE} != "no"
  5. SUBDIR+= bhyve
  6. SUBDIR+= bhyvectl
  7. .endif