Home | History | Annotate | Line # | Download | only in acpidump
Makefile revision 1.5
      1  1.5       abs # $NetBSD: Makefile,v 1.5 2009/12/27 21:42:22 abs 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 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