xref: /freebsd/usr.sbin/acpi/Makefile.inc (revision 7bd6fde3)
1# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
2# $FreeBSD$
3
4ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica
5CFLAGS+= -I${.CURDIR}/../../../sys
6
7.if exists(${.CURDIR}/../../Makefile.inc)
8.include "${.CURDIR}/../../Makefile.inc"
9.endif
10
11.PATH:	${ACPICA_DIR} ${ACPICA_DIR}/compiler ${ACPICA_DIR}/common
12