1 # $NetBSD: Makefile,v 1.4 2009/12/22 08:44:03 cegger Exp $ 2 # $FreeBSD: src/usr.sbin/acpi/acpidump/Makefile,v 1.7 2003/08/28 03:33:07 njl Exp $ 3 4 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") 5 CPPFLAGS+=-I${.CURDIR}/../../../sys 6 CPPFLAGS+=-I${.CURDIR}/.. 7 PROG= acpidump 8 MAN= acpidump.8 9 SRCS= acpi.c acpi_user.c acpidump.c 10 .endif 11 12 .include <bsd.prog.mk> 13