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/apm/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/apm/Makefile')
-rw-r--r-- | usr.sbin/apm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 043c3c7..f6939e2 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -3,7 +3,7 @@ PROG= apm MAN= apm.8 MLINKS= apm.8 apmconf.8 -MANSUBDIR= /i386 +MANSUBDIR= /${MACHINE_ARCH} WARNS?= 6 .include <bsd.prog.mk> |