diff options
author | jkim <jkim@FreeBSD.org> | 2009-09-27 14:00:16 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-09-27 14:00:16 +0000 |
commit | 6f26f72e083252e0238af8561b8732f270c2ca6a (patch) | |
tree | 703db66869e285ee7f8de7e4064d32d240a0c60f /usr.sbin/Makefile | |
parent | 13a372b10b0afeaae5a18587758fe587330456ce (diff) | |
download | FreeBSD-src-6f26f72e083252e0238af8561b8732f270c2ca6a.zip FreeBSD-src-6f26f72e083252e0238af8561b8732f270c2ca6a.tar.gz |
Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and
install apm(8) and apm_bios.h on amd64.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 160b122..f430b33 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -468,6 +468,9 @@ _boot98cfg= boot98cfg .if ${MK_ACPI} != "no" _acpi= acpi .endif +.if ${MK_APM} != "no" +_apm= apm +.endif _asf= asf _boot0cfg= boot0cfg .if ${MK_TOOLCHAIN} != "no" |