Home | History | Annotate | Line # | Download | only in acpidump
      1  1.9  jmcneill # $NetBSD: Makefile,v 1.9 2020/09/12 15:25:42 jmcneill Exp $
      2  1.4    cegger # $FreeBSD: src/usr.sbin/acpi/acpidump/Makefile,v 1.7 2003/08/28 03:33:07 njl Exp $
      3  1.1  christos 
      4  1.9  jmcneill .include <bsd.init.mk>
      5  1.9  jmcneill 
      6  1.9  jmcneill .if ${HAVE_ACPI:Uno} == "yes"
      7  1.6  christos CPPFLAGS+=-I${.CURDIR}/../../../sys -D_KERNTYPES
      8  1.4    cegger CPPFLAGS+=-I${.CURDIR}/..
      9  1.1  christos PROG=	acpidump
     10  1.4    cegger SRCS=	acpi.c acpi_user.c acpidump.c
     11  1.2  christos .endif
     12  1.1  christos 
     13  1.5       abs MAN=	acpidump.8
     14  1.1  christos .include <bsd.prog.mk>
     15