# $Id: Makefile.inc 1073 2021-06-27 05:01:23Z $ # $FreeBSD: releng/12.1/usr.sbin/acpi/Makefile.inc 314659 2017-03-04 11:38:03Z ngie $ # $BSDSUniX $ ACPICA_DIR= ${SRCTOP}/sys/contrib/dev/acpica CFLAGS+= -I${SRCTOP}/sys PACKAGE= acpi .if exists(${.CURDIR:H:H}/Makefile.inc) .include "${.CURDIR:H:H}/Makefile.inc" .endif .PATH: ${ACPICA_DIR} \ ${ACPICA_DIR}/common \ ${ACPICA_DIR}/compiler \ ${ACPICA_DIR}/components/debugger \ ${ACPICA_DIR}/components/disassembler \ ${ACPICA_DIR}/components/dispatcher \ ${ACPICA_DIR}/components/events \ ${ACPICA_DIR}/components/executer \ ${ACPICA_DIR}/components/hardware \ ${ACPICA_DIR}/components/namespace \ ${ACPICA_DIR}/components/parser \ ${ACPICA_DIR}/components/resources \ ${ACPICA_DIR}/components/tables \ ${ACPICA_DIR}/components/utilities \ ${ACPICA_DIR}/os_specific/service_layers