1 1.2 lukem # $NetBSD: Makefile.inc,v 1.2 2009/04/22 15:23:01 lukem Exp $ 2 1.1 christos # Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp 3 1.1 christos # $FreeBSD: src/usr.sbin/acpi/Makefile.inc,v 1.7 2002/09/17 14:56:23 jhb Exp $ 4 1.1 christos 5 1.1 christos CPPFLAGS+= -I${.CURDIR}/.. 6 1.1 christos 7 1.1 christos .if exists(${.CURDIR}/../../Makefile.inc) 8 1.1 christos .include "${.CURDIR}/../../Makefile.inc" 9 1.1 christos .endif 10