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