kernel - vfsync() use synchronous bwrite() in low-memory situations
[dragonfly.git] / usr.sbin / acpi / Makefile.inc
blobffe743d0ffca39e59146726ebc47819f8ad55504
1 # $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
2 # $FreeBSD: src/usr.sbin/acpi/Makefile.inc,v 1.8 2003/08/07 16:51:50 njl Exp $
4 SYSDIR?= ${.CURDIR}/../../../sys
5 .include "${SYSDIR}/conf/acpi.mk"
7 .PATH:          ${.OBJDIR}                              \
8                 ${ACPICA_UTIL_PATHS}
10 CFLAGS+=        \
11                 -I${.OBJDIR}                            \
12                 -I${SYSDIR}/${OSACPI_MI_DIR}            \
13                 -I${SYSDIR}/${ACPICA_DIR}/include       \
14                 -I${SYSDIR}/${ACPICA_DIR}/compiler      \
15                 -I${SYSDIR}
17 WARNS?=         3
18 NO_STRICT_ALIASING=
20 .if exists(${.CURDIR}/../../Makefile.inc)
21 .include "${.CURDIR}/../../Makefile.inc"
22 .endif