From 16f564013c68872f7855f2705db74dffbf2fdfee Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 25 Jul 2003 18:22:53 +0000 Subject: [PATCH] Fix amd64 build by deleting trailing whitespace. Doh! --- usr.sbin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5dda3ce5b1a..991f9540a8d 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 \