Home | History | Annotate | Line # | Download | only in acpidump
Makefile revision 1.8
      1  1.8  jmcneill # $NetBSD: Makefile,v 1.8 2020/09/11 14:06:00 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.8  jmcneill .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || !empty(MACHINE_ARCH:Maarch64*))
      5  1.6  christos CPPFLAGS+=-I${.CURDIR}/../../../sys -D_KERNTYPES
      6  1.4    cegger CPPFLAGS+=-I${.CURDIR}/..
      7  1.1  christos PROG=	acpidump
      8  1.4    cegger SRCS=	acpi.c acpi_user.c acpidump.c
      9  1.2  christos .endif
     10  1.1  christos 
     11  1.5       abs MAN=	acpidump.8
     12  1.1  christos .include <bsd.prog.mk>
     13