Home | History | Annotate | Line # | Download | only in acpitools
Makefile.inc revision 1.1
      1  1.1  christos # $NetBSD: Makefile.inc,v 1.1 2007/01/14 04:36:13 christos 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 WARNS=4
      6  1.1  christos CPPFLAGS+= -I${.CURDIR}/..
      7  1.1  christos 
      8  1.1  christos .if exists(${.CURDIR}/../../Makefile.inc)
      9  1.1  christos .include "${.CURDIR}/../../Makefile.inc"
     10  1.1  christos .endif
     11