diff options
Diffstat (limited to 'usr.sbin/Makefile.amd64')
| -rw-r--r-- | usr.sbin/Makefile.amd64 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64 new file mode 100644 index 000000000000..4ee0bab60e35 --- /dev/null +++ b/usr.sbin/Makefile.amd64 @@ -0,0 +1,22 @@ +# mptable: broken (not 64 bit clean) +# pnpinfo: crashes (not really useful anyway) +.if ${MK_ACPI} != "no" +SUBDIR+= acpi +.endif +.if ${MK_APM} != "no" +SUBDIR+= apm +.endif +.if ${MK_BHYVE} != "no" +SUBDIR+= bhyve +SUBDIR+= bhyvectl +SUBDIR+= bhyveload +.endif +SUBDIR+= boot0cfg +.if ${MK_TOOLCHAIN} != "no" +SUBDIR+= btxld +.endif +SUBDIR+= cpucontrol +SUBDIR+= lptcontrol +SUBDIR+= mptable +SUBDIR+= spkrtest +SUBDIR+= zzz |
