diff options
Diffstat (limited to 'usr.sbin/Makefile.aarch64')
| -rw-r--r-- | usr.sbin/Makefile.aarch64 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.aarch64 b/usr.sbin/Makefile.aarch64 new file mode 100644 index 000000000000..32612c1621ac --- /dev/null +++ b/usr.sbin/Makefile.aarch64 @@ -0,0 +1,7 @@ +.if ${MK_ACPI} != "no" +SUBDIR+= acpi +.endif +.if ${MK_BHYVE} != "no" +SUBDIR+= bhyve +SUBDIR+= bhyvectl +.endif |
