From 9afe34c1504a202b552587e0dcecc49cd3a3e380 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 30 Sep 2003 04:19:01 +0000 Subject: [PATCH] Add asf for amd64 --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 301fda9b560b..84fb878dc88f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -221,6 +221,7 @@ SUBDIR+=acpi # pnpinfo: crashes (not really useful anyway) .if ${MACHINE_ARCH} == "amd64" SUBDIR+=acpi \ + asf \ boot0cfg \ btxld \ lptcontrol \