2 # acpiexec: ACPI execution simulator. Runs ACPICA code in user
3 # space. Loads ACPI tables, displays the namespace, and allows
4 # execution of control methods.
7 UTILDIR
=${.CURDIR
}/..
/..
/..
/sys
/contrib
/dev
/acpica
/source
/tools
/acpiexec
223 #ifeq ($(ASLTS),TRUE)
225 # -DACPI_CHECKSUM_ABORT=TRUE
229 DPADD
+= ${LIBPTHREAD}
231 # XXX issue with ACPI_OSD_EXEC_CALLBACK
232 NO_WCAST_FUNCTION_TYPE
=
234 .
include <bsd.prog.mk
>