diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2000-08-31 15:12:23 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2000-08-31 15:12:23 +0000 |
commit | 2bbee59fc934223c4cd32612867ff0047d26c79a (patch) | |
tree | ebe9c73a8f3c3a7c09c0bff04d19a5e3b68e79f2 /usr.sbin/Makefile | |
parent | d15e4891fc346c4a9751e132de24131b232866c5 (diff) | |
download | FreeBSD-src-2bbee59fc934223c4cd32612867ff0047d26c79a.zip FreeBSD-src-2bbee59fc934223c4cd32612867ff0047d26c79a.tar.gz |
Activate acpi.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index fa46b98..664c928 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -152,7 +152,8 @@ SUBDIR+=elf2exe .endif .if ${MACHINE_ARCH} == "i386" -SUBDIR+=apm \ +SUBDIR+=acpi \ + apm \ apmd \ boot0cfg \ btxld \ |