Home | History | Annotate | Line # | Download | only in acpidump
Makefile revision 1.4
      1  1.4    cegger # $NetBSD: Makefile,v 1.4 2009/12/22 08:44:03 cegger 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.3       abs .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
      5  1.4    cegger CPPFLAGS+=-I${.CURDIR}/../../../sys
      6  1.4    cegger CPPFLAGS+=-I${.CURDIR}/..
      7  1.1  christos PROG=	acpidump
      8  1.4    cegger MAN=	acpidump.8
      9  1.4    cegger SRCS=	acpi.c acpi_user.c acpidump.c
     10  1.2  christos .endif
     11  1.1  christos 
     12  1.1  christos .include <bsd.prog.mk>
     13