acpi: Fix building userland.
authorSascha Wildner <saw@online.de>
Fri, 3 Jan 2014 00:41:09 +0000 (01:41 +0100)
committerSascha Wildner <saw@online.de>
Mon, 20 Jan 2014 02:20:43 +0000 (03:20 +0100)
commit82730a9cd4baaa8f2a37f2331c6e1e1cb896e760
treef05060e128194bdfad585d52fbc17a7fd012c1b6
parent0d02842ff209a03716ed693bcf4f13cb680fe411
acpi: Fix building userland.

As of this commit we're losing acpidb(8) which gets replaced by
acpiexec(8).

Additionally, we're getting:

acpibin(8)
acpiexec(8)
acpihelp(8)
acpinames(8)
acpisrc(8)
acpixtract(8)

Manual pages for the new utilities have yet to be written. Also
acpidump.8 and iasl.8 need to be updated, I guess.
24 files changed:
Makefile_upgrade.inc
etc/mtree/BSD.usr.dist
share/examples/Makefile
share/examples/acpica/Makefile [new file with mode: 0644]
sys/conf/acpi.mk
usr.sbin/acpi/Makefile
usr.sbin/acpi/Makefile.inc
usr.sbin/acpi/acpibin/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpidb/Makefile [deleted file]
usr.sbin/acpi/acpidb/acpidb.8 [deleted file]
usr.sbin/acpi/acpidb/acpidb.c [deleted file]
usr.sbin/acpi/acpidb/osunixxf.c.patch [deleted file]
usr.sbin/acpi/acpidump/Makefile
usr.sbin/acpi/acpidump/acpi.c [deleted file]
usr.sbin/acpi/acpidump/acpi_user.c [deleted file]
usr.sbin/acpi/acpidump/acpidump.c [deleted file]
usr.sbin/acpi/acpidump/acpidump.h [deleted file]
usr.sbin/acpi/acpidump/osdragonflytbl.c [new file with mode: 0644]
usr.sbin/acpi/acpiexec/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpihelp/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpinames/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpisrc/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpixtract/Makefile [new file with mode: 0644]
usr.sbin/acpi/iasl/Makefile