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