diff options
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5dda3ce..991f954 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -202,7 +202,7 @@ SUBDIR+=i4b # mptable: broken (not 64 bit clean) # pnpinfo: crashes (not really useful anyway) .if ${MACHINE_ARCH} == "amd64" -SUBDIR+=acpi \ +SUBDIR+=acpi \ boot0cfg \ btxld \ lptcontrol \ |