]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/acpi/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / acpi / Makefile.inc
1 # $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
2 # $FreeBSD$
3
4 ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica
5 CFLAGS+= -I${.CURDIR}/../../../sys
6
7 .if exists(${.CURDIR}/../../Makefile.inc)
8 .include "${.CURDIR}/../../Makefile.inc"
9 .endif
10
11 .PATH:  ${ACPICA_DIR}                   \
12         ${ACPICA_DIR}/common            \
13         ${ACPICA_DIR}/compiler          \
14         ${ACPICA_DIR}/debugger          \
15         ${ACPICA_DIR}/disassembler      \
16         ${ACPICA_DIR}/dispatcher        \
17         ${ACPICA_DIR}/events            \
18         ${ACPICA_DIR}/executer          \
19         ${ACPICA_DIR}/hardware          \
20         ${ACPICA_DIR}/namespace         \
21         ${ACPICA_DIR}/parser            \
22         ${ACPICA_DIR}/resources         \
23         ${ACPICA_DIR}/tables            \
24         ${ACPICA_DIR}/utilities